diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:55:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:55:51 +0800 |
commit | bc12c16b8cc0dba0fd209455b3ef17e82e101c6e (patch) | |
tree | 2ad2454d37cdddaf7abee697a71d1206b2d9eb54 /print/cups-pstoraster | |
parent | 9e6a312363e65333f6b48ca74ded1a7e3ddf7a68 (diff) | |
download | freebsd-ports-gnome-bc12c16b8cc0dba0fd209455b3ef17e82e101c6e.tar.gz freebsd-ports-gnome-bc12c16b8cc0dba0fd209455b3ef17e82e101c6e.tar.zst freebsd-ports-gnome-bc12c16b8cc0dba0fd209455b3ef17e82e101c6e.zip |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r-- | print/cups-pstoraster/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 3fb086cb6513..58b35ad33a93 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -28,8 +28,7 @@ WRKSRC= ${WRKDIR}/espgs-${PORTVERSION} DATADIR= ${PREFIX}/share/espgs -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 # We just need the ghostscript fonts, nothing more USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes |