diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-25 10:49:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-25 10:49:26 +0800 |
commit | d02bbe70aa71868d643a0b519579ca64e627acfe (patch) | |
tree | 43dc68cd893f36291cad0c3894b6dd41713f0760 | |
parent | 138a4c2480c01fc433cc5e395db2ddf7869a8610 (diff) | |
download | freebsd-ports-gnome-d02bbe70aa71868d643a0b519579ca64e627acfe.tar.gz freebsd-ports-gnome-d02bbe70aa71868d643a0b519579ca64e627acfe.tar.zst freebsd-ports-gnome-d02bbe70aa71868d643a0b519579ca64e627acfe.zip |
Catch up with master 1.586.
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 94ee2f645552..4b9aa59be30f 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/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. @@ -2235,16 +2232,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 |