diff options
author | az <az@FreeBSD.org> | 2013-09-05 15:29:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-05 15:29:05 +0800 |
commit | a09da98df1b3a5bed3c993e9e75014c03e1790e0 (patch) | |
tree | 0265fe44e2e8b525ce586385590e09f52eff9e23 /print/psutils | |
parent | 6741a733d57a46465e151cd9258765bb5885a9a3 (diff) | |
download | freebsd-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/Makefile | 3 |
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}" |