diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/kde_poster/Makefile | 2 | ||||
-rw-r--r-- | print/nenscript/Makefile | 2 | ||||
-rw-r--r-- | print/phppdflib/Makefile | 2 | ||||
-rw-r--r-- | print/py-trml2pdf/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/kde_poster/Makefile b/print/kde_poster/Makefile index 3e29ec38e693..98350e52f31a 100644 --- a/print/kde_poster/Makefile +++ b/print/kde_poster/Makefile @@ -14,7 +14,7 @@ COMMENT= KDE version of the poster utility LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 ALL_TARGET= poster WRKSRC= ${WRKDIR}/${DISTNAME}-20060221 diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index bb71b9217ad9..181194ebfb31 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -11,7 +11,7 @@ COMMENT= Clone of the proprietary enscript program from Adobe Systems OPTIONS_DEFINE= DOCS -USE_BZIP2= yes +USES= tar:bzip2 MAKEFILE= makefile MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/print/phppdflib/Makefile b/print/phppdflib/Makefile index c3b40dcc4516..d632afd1f5d6 100644 --- a/print/phppdflib/Makefile +++ b/print/phppdflib/Makefile @@ -16,7 +16,7 @@ WANT_PHP_MOD= yes IGNORE_WITH_PHP=5 WRKSRC= ${WRKDIR}/phppdflib -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes MYADMDIR?= www/data/phppdflib diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile index fe9f7509dd02..1528343f1fc7 100644 --- a/print/py-trml2pdf/Makefile +++ b/print/py-trml2pdf/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |