svn commit: r324090 - head/lang/gcc-aux

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 06:31:19 UTC 2013


Author: bapt
Date: Thu Aug  1 06:31:18 2013
New Revision: 324090
URL: http://svnweb.freebsd.org/changeset/ports/324090

Log:
  Fix overwritting of USES
  
  Pointyhat to:	az

Modified:
  head/lang/gcc-aux/Makefile

Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile	Thu Aug  1 06:26:31 2013	(r324089)
+++ head/lang/gcc-aux/Makefile	Thu Aug  1 06:31:18 2013	(r324090)
@@ -35,7 +35,7 @@ OBJC_DESC=      	Build Objective-C langu
 STATIC_DESC=    	Build with no shared libraries other than libc
 TESTSUITE_DESC=		Activate test support
 
-USES=		perl5
+USES+=		perl5
 USE_PERL5=	extract
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list