diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 0d179b7daca5221c9055d9a0c434f87ec3405750 (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /textproc/confetti | |
parent | 9ff37d19d6ac3b540a4597b1a399fc17a26f4635 (diff) | |
download | freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.gz freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.zst freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.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 |