aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
commitb7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch)
tree1b6cdba0063a7653636c9b822f9b7e586ca8a359 /graphics/py-chart/Makefile
parent77e590c67f5a83837d71c343ff30bbc332704534 (diff)
Notes
Diffstat (limited to 'graphics/py-chart/Makefile')
-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