Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 17:48:11 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404381 - head/net-im/meanwhile
Message-ID:  <201512241748.tBOHmB7X047272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Thu Dec 24 17:48:11 2015
New Revision: 404381
URL: https://svnweb.freebsd.org/changeset/ports/404381

Log:
  Remove dependency on GCC.  It isn't required anymore.
  
  PR:		205537
  Submitted by:	yuri@rawbw.com

Modified:
  head/net-im/meanwhile/Makefile

Modified: head/net-im/meanwhile/Makefile
==============================================================================
--- head/net-im/meanwhile/Makefile	Thu Dec 24 17:27:47 2015	(r404380)
+++ head/net-im/meanwhile/Makefile	Thu Dec 24 17:48:11 2015	(r404381)
@@ -11,7 +11,6 @@ MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Open Source implementation of the Lotus Sametime protocol
 
 USES=		gmake libtool pathfix pkgconfig
-USE_GCC=	any
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241748.tBOHmB7X047272>