diff options
-rw-r--r-- | devel/ccdoc/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Gimp/Makefile | 2 | ||||
-rw-r--r-- | java/mmake/Makefile | 2 | ||||
-rw-r--r-- | security/snort-rep/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile index 3d93e0c67884..eab56e0773b9 100644 --- a/devel/ccdoc/Makefile +++ b/devel/ccdoc/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .exe MAINTAINER= lonewolf@flame.org WRKSRC= ${WRKDIR}/ccdoc_v07a -USE_PERL= yes +USE_PERL5= yes DOCDIR=${PREFIX}/share/doc/ccdoc diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index c9aa6041740d..4281df958c47 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gimp.2:${PORTSDIR}/graphics/gimp1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_GTK= yes -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/java/mmake/Makefile b/java/mmake/Makefile index 966fbe2c4d52..ca886caef28c 100644 --- a/java/mmake/Makefile +++ b/java/mmake/Makefile @@ -16,7 +16,7 @@ MAINTAINER= znerd@FreeBSD.org BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes NO_BUILD= yes diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 69c27e2fe9aa..b0d1a1470cc9 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://people.ee.ethz.ch/~dws/software/snort-rep/pub/ MAINTAINER= markp@FreeBSD.org -USE_PERL= yes +USE_PERL5= yes MAN1= snort-rep.1 post-patch: |