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 /print/transfig/Makefile | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.zip FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'print/transfig/Makefile')
-rw-r--r-- | print/transfig/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index b2a4af1..74ff8c7 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -17,15 +17,10 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tools to convert Xfig's .fig files -.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= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm \ - gs:${PORTSDIR}/${GSPORT} +RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes USE_XPM= yes |