summaryrefslogtreecommitdiff
path: root/lang/gcc-aux
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 06:31:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 06:31:18 +0000
commit6ec763460230e5d6d117bb6f5eed342659786ca4 (patch)
treeeb5d39ff9941f775ccb5cb226326a282745625ae /lang/gcc-aux
parent- Fix build after new vala import (diff)
Fix overwritting of USES
Pointyhat to: az
Notes
Notes: svn path=/head/; revision=324090
Diffstat (limited to 'lang/gcc-aux')
-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>