diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:55:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:55:51 +0000 |
commit | 5126c693a31358ab0e20d59f79f902aaa7b1dc37 (patch) | |
tree | 2ad2454d37cdddaf7abee697a71d1206b2d9eb54 /print/ghostscript7/Makefile | |
parent | 5f357d7d35b1b3c037e439324a155ddc37623509 (diff) |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355347
Diffstat (limited to 'print/ghostscript7/Makefile')
-rw-r--r-- | print/ghostscript7/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 60abe191a40d..741f089ad981 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -32,8 +32,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_LDCONFIG= yes WANT_GNOME= yes # normazile WRKSRC so things like cups-pstoraster may work |