aboutsummaryrefslogtreecommitdiff
path: root/print/psutils/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-05 07:29:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-05 07:29:05 +0000
commitdd0efaef40a2416d854a56bcffa216d809ca19fb (patch)
tree0265fe44e2e8b525ce586385590e09f52eff9e23 /print/psutils/Makefile
parent7a85b5ce5ea79ead7c2e284b1fe32b6d53e73ad2 (diff)
downloadports-dd0efaef40a2416d854a56bcffa216d809ca19fb.tar.gz
ports-dd0efaef40a2416d854a56bcffa216d809ca19fb.zip
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326361
Diffstat (limited to 'print/psutils/Makefile')
-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}"