aboutsummaryrefslogtreecommitdiff
path: root/cad
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 /cad
parent6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff)
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 'cad')
-rw-r--r--cad/xcircuit/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 844cf0c3762c..0fa3438ecd47 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -34,17 +34,8 @@ CFLAGS+= -fPIC
MAN1= xcircuit.1
-OPTIONS= GHOSTSCRIPT_AFPL "Use AFPL Postscript interpreter" off
-
.include <bsd.port.pre.mk>
-pre-configure:
-.if defined(WITH_GHOSTSCRIPT_AFPL)
- @${ECHO_MSG} "===> Using AFPL Postscript interpreter"
-.else
- @${ECHO_MSG} "===> Using GNU Postscript interpreter"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/test/s| == | = |g ; \
s|-Wl,-Bshareable,-x|-shared -Wl,-x|g ; \