aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-chart
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-01-21 00:30:09 +0800
committermarcus <marcus@FreeBSD.org>2004-01-21 00:30:09 +0800
commit832fa9838ab1e4697a84f093306a5259c766afd6 (patch)
treee3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /graphics/py-chart
parent259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff)
downloadfreebsd-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 'graphics/py-chart')
-rw-r--r--graphics/py-chart/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile
index a02ef19d0005..1f9448ef2cb1 100644
--- a/graphics/py-chart/Makefile
+++ b/graphics/py-chart/Makefile
@@ -16,13 +16,7 @@ DISTNAME= PyChart-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
-
-RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
+USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes