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 /Mk | |
parent | 47fdf09cb38d6c92e96a09df04c9470aea4fbe47 (diff) | |
download | freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.gz freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.zst freebsd-ports-gnome-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 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 3a4bb90fe371..35896f593852 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -358,9 +358,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # to specify a version without X11 and/or localized # versions for their nationality. # Default: print/ghostscript-gpl -# WITH_GHOSTSCRIPT_AFPL -# - If set, this port uses the AFPL version of the ghostscript -# software instead of the GPL version, which is used otherwise. # WITH_GHOSTSCRIPT_GNU # - If set, this port uses the GNU version of the ghostscript # software instead of the GPL version, which is used otherwise. @@ -2046,16 +2043,12 @@ CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include .if !defined(WITHOUT_X11) .if defined(WITH_GHOSTSCRIPT_GNU) GHOSTSCRIPT_PORT?= print/ghostscript-gnu -.elif defined(WITH_GHOSTSCRIPT_AFPL) -GHOSTSCRIPT_PORT?= print/ghostscript-afpl .else GHOSTSCRIPT_PORT?= print/ghostscript-gpl .endif .else .if defined(WITH_GHOSTSCRIPT_GNU) GHOSTSCRIPT_PORT?= print/ghostscript-gnu-nox11 -.elif defined(WITH_GHOSTSCRIPT_AFPL) -GHOSTSCRIPT_PORT?= print/ghostscript-afpl-nox11 .else GHOSTSCRIPT_PORT?= print/ghostscript-gpl-nox11 .endif |