diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-26 08:03:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-26 08:03:33 +0800 |
commit | c06fc385d0ff2302fe512750816cb054cba22e07 (patch) | |
tree | 9f6622cfac33bdb3e9e417b457d4324b537528f5 | |
parent | 425c0ba4c981c8e4b955fb552d75a7a6525a918b (diff) | |
download | freebsd-ports-gnome-c06fc385d0ff2302fe512750816cb054cba22e07.tar.gz freebsd-ports-gnome-c06fc385d0ff2302fe512750816cb054cba22e07.tar.zst freebsd-ports-gnome-c06fc385d0ff2302fe512750816cb054cba22e07.zip |
Fix usage of USES=perl5
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 16b07ecfb142..b9349b35201f 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -19,7 +19,7 @@ COMMENT= GNU Compiler Collection 3.4 SUFFIX= 34 USES= bison gmake iconv perl5 USE_BZIP2= yes -USE_PERL= build +USE_PERL5= build SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} |