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/ggv2 | |
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/ggv2')
-rw-r--r-- | print/ggv2/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 7278ed3c91b7..d9b1bfcb4e8c 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -16,18 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 ghostscript viewer -.if defined(WITH_GHOSTSCRIPT_AFPL) -.if ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif -.else -GSPORT?= print/ghostscript-gnu -.endif - -BUILD_DEPENDS= gs:${PORTSDIR}/${GSPORT} -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} +USE_GHOSTSCRIPT= yes USE_BZIP2= yes USE_X_PREFIX= yes |