diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /sysutils | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.zip FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/LPRngTool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 1e5ce40..ff4f45d 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -19,8 +19,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= papowell@astart.com COMMENT= Configuration Tool for LPRng +USE_GHOSTSCRIPT_AFPL= yes +USE_GHOSTSCRIPT_BUILD= yes + BUILD_DEPENDS= \ - gs:${PORTSDIR}/print/ghostscript-afpl \ wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ a2ps:${PORTSDIR}/print/a2ps-letter |