aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-01 14:31:18 +0800
committerbapt <bapt@FreeBSD.org>2013-08-01 14:31:18 +0800
commit008b7e77f0e56371284fc261a9cb2ece19335153 (patch)
treeeb5d39ff9941f775ccb5cb226326a282745625ae /lang
parent35a901f62e27c6740738174ac6b63e8150500095 (diff)
downloadfreebsd-ports-gnome-008b7e77f0e56371284fc261a9cb2ece19335153.tar.gz
freebsd-ports-gnome-008b7e77f0e56371284fc261a9cb2ece19335153.tar.zst
freebsd-ports-gnome-008b7e77f0e56371284fc261a9cb2ece19335153.zip
Fix overwritting of USES
Pointyhat to: az
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-aux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile
index b81f93638391..813f6714ee24 100644
--- a/lang/gcc-aux/Makefile
+++ b/lang/gcc-aux/Makefile
@@ -35,7 +35,7 @@ OBJC_DESC= Build Objective-C language
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>