diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /print/scribus | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 79f0f1dbba9d..a8cfdf6ae662 100644 --- a/print/scribus/Makefile +++ b/print/scribus/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 |