diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
commit | 9397fc74cb812746e09945b0570a56c48bdb10a3 (patch) | |
tree | b7f523bbb8b4184ee0987913e2f19eeab8404ff6 /cad/xcircuit | |
parent | 47fdf09cb38d6c92e96a09df04c9470aea4fbe47 (diff) | |
download | freebsd-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/Makefile | 9 |
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 ; \ |