aboutsummaryrefslogtreecommitdiff
path: root/x11/dgs
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
commit9716a77feab1f1403700627bd721c2f1e0b26d9d (patch)
tree25148fc53b5a656a27c502b05019a19d22d4c9fe /x11/dgs
parent6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff)
downloadports-9716a77feab1f1403700627bd721c2f1e0b26d9d.tar.gz
ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.zip
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=200037
Diffstat (limited to 'x11/dgs')
-rw-r--r--x11/dgs/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 88d7c07bf131..b6fe153d3472 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -34,14 +34,6 @@ INSTALLDIRS= gs DPS/demos/dpsexec DPS/demos/xepsf
.include <bsd.port.pre.mk>
-pre-fetch:
-.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
- @${ECHO} ""
- @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
- @${ECHO} " AFPL Postscript interpreter instead of GNU one"
- @${ECHO} ""
-.endif
-
pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \
${REINPLACE_CMD} -e 's|manm|mann|g'