diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /print/scribus-devel | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.zst freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.zip |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 79f0f1dbba9d..a8cfdf6ae662 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -15,14 +15,9 @@ MASTER_SITES= http://web2.altmuehlnet.de/fschmid/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive desktop publishing program -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif +USE_GHOSTSCRIPT_RUN= yes LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_QT_VER= 3 USE_REINPLACE= yes |