diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 14:31:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 14:31:18 +0800 |
commit | 008b7e77f0e56371284fc261a9cb2ece19335153 (patch) | |
tree | eb5d39ff9941f775ccb5cb226326a282745625ae /lang | |
parent | 35a901f62e27c6740738174ac6b63e8150500095 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |