diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /textproc/confetti | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) | |
download | freebsd-ports-gnome-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.tar.gz freebsd-ports-gnome-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.tar.zst freebsd-ports-gnome-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'textproc/confetti')
-rw-r--r-- | textproc/confetti/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile index bad2448a838f..0d50f4cb6ef0 100644 --- a/textproc/confetti/Makefile +++ b/textproc/confetti/Makefile @@ -13,8 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex USE_BZIP2= yes USE_GMAKE= yes -USES= bison -USE_PERL5= yes +USES= bison perl5 DATE= 20120801 MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex MAKE_JOBS_UNSAFE=yes |