aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-09-24 16:43:49 +0800
committerrafan <rafan@FreeBSD.org>2007-09-24 16:43:49 +0800
commit9397fc74cb812746e09945b0570a56c48bdb10a3 (patch)
treeb7f523bbb8b4184ee0987913e2f19eeab8404ff6 /cad/xcircuit
parent47fdf09cb38d6c92e96a09df04c9470aea4fbe47 (diff)
downloadfreebsd-ports-graphics-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.gz
freebsd-ports-graphics-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.zst
freebsd-ports-graphics-9397fc74cb812746e09945b0570a56c48bdb10a3.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)
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 844cf0c3762..0fa3438ecd4 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 ; \