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 | |
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')
-rw-r--r-- | print/foomatic-db/Makefile | 2 | ||||
-rw-r--r-- | print/latex2rtf/Makefile | 3 | ||||
-rw-r--r-- | print/psutils/Makefile | 3 | ||||
-rw-r--r-- | print/tex-omegaware-old/Makefile | 3 |
4 files changed, 7 insertions, 4 deletions
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 41a1dfcb7802..5f466d28bbc8 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ PROJECTHOST= bsdistfiles USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= automake:env autoconf GNU_CONFIGURE= yes diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index bb32b44d3267..b3df1e318580 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -18,7 +18,8 @@ COMMENT= Translator from LaTeX to RTF MAN1= latex2rtf.1 latex2png.1 INFO= latex2rtf -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build INSTALL_TARGET= install install-info 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}" diff --git a/print/tex-omegaware-old/Makefile b/print/tex-omegaware-old/Makefile index 8fb12541caeb..38c49d97616e 100644 --- a/print/tex-omegaware-old/Makefile +++ b/print/tex-omegaware-old/Makefile @@ -21,7 +21,8 @@ DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}/texk/web2c CONFIGURE_WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build TETEX_SRC= tetex-src-${PORTVERSION}.tar.gz TETEX_TEXMF= tetex-texmf-${PORTVERSION}.tar.gz |