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 /x11/dgs/Makefile | |
parent | s/sanity-check/check-sanity/ since the latter is the actual target name. (diff) |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index d8fb08f2efb6..c1d14615ec97 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -14,16 +14,11 @@ MASTER_SITE_SUBDIR= dgs MAINTAINER= ports@FreeBSD.org COMMENT= A display ghostscript system -.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= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_X_PREFIX= yes USE_PERL5_BUILD=yes |