1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Catch up with master 1.586.

This commit is contained in:
Mark Linimon 2007-09-25 02:49:26 +00:00
parent 81c5d7ef47
commit 21a486fcf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200079

View File

@ -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