Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 06:31:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324090 - head/lang/gcc-aux
Message-ID:  <201308010631.r716VInH079938@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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