diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 06:31:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 06:31:18 +0000 |
commit | 6ec763460230e5d6d117bb6f5eed342659786ca4 (patch) | |
tree | eb5d39ff9941f775ccb5cb226326a282745625ae /lang | |
parent | 8b1091db0ff1c6da692690c5a8b01c0aadb6bc44 (diff) | |
download | ports-6ec763460230e5d6d117bb6f5eed342659786ca4.tar.gz ports-6ec763460230e5d6d117bb6f5eed342659786ca4.zip |
Notes
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> |