svn commit: r328670 - head/x11-toolkits/girara

Guido Falsi madpilot at FreeBSD.org
Sun Sep 29 10:51:17 UTC 2013


Author: madpilot
Date: Sun Sep 29 10:51:17 2013
New Revision: 328670
URL: http://svnweb.freebsd.org/changeset/ports/328670

Log:
  This port is already stage safe.
  
  While here convert to more approriate USE_GCC=yes.

Modified:
  head/x11-toolkits/girara/Makefile

Modified: head/x11-toolkits/girara/Makefile
==============================================================================
--- head/x11-toolkits/girara/Makefile	Sun Sep 29 10:49:03 2013	(r328669)
+++ head/x11-toolkits/girara/Makefile	Sun Sep 29 10:51:17 2013	(r328670)
@@ -13,7 +13,6 @@ USE_GNOME=	glib20 gtk20
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if exists(/usr/bin/clang) && ${OSVERSION} > 900014
@@ -21,7 +20,7 @@ CC=		/usr/bin/clang
 CPP=		/usr/bin/clang-cpp
 CXX=		/usr/bin/clang++
 .else
-USE_GCC=	4.6+
+USE_GCC=	yes
 .endif
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-all mailing list