aboutsummaryrefslogtreecommitdiffstats
path: root/print/psutils
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-05 15:29:05 +0800
committeraz <az@FreeBSD.org>2013-09-05 15:29:05 +0800
commita09da98df1b3a5bed3c993e9e75014c03e1790e0 (patch)
tree0265fe44e2e8b525ce586385590e09f52eff9e23 /print/psutils
parent6741a733d57a46465e151cd9258765bb5885a9a3 (diff)
downloadfreebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.tar.gz
freebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.tar.zst
freebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.zip
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'print/psutils')
-rw-r--r--print/psutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile
index 1cbeb9304305..f8dd916f5e54 100644
--- a/print/psutils/Makefile
+++ b/print/psutils/Makefile
@@ -16,7 +16,8 @@ COMMENT= Utilities for manipulating PostScript documents
LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.unix
MAKE_ENV+= DATADIR="${DATADIR}" PERL="${PERL5}" CHMOD="${CHMOD}"