Use now global ghostscript description

Fix a typo in option checking (ouch!)

Reported by:	danfe
This commit is contained in:
Baptiste Daroussin 2012-12-13 08:31:08 +00:00
parent e2d69ca10f
commit 333c18cf27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308835

View File

@ -35,7 +35,6 @@ MANCOMPRESSED= yes
OPTIONS_DEFINE= FREETYPE GHOSTSCRIPT ICONV IMLIB2 PDF QT4
OPTIONS_DEFAULT= FREETYPE GHOSTSCRIPT ICONV IMLIB2 QT4
GHOSTSCRIPT_DESC= Ghostscript support
PDF_DESC= Experimental PDF renderer
DESKTOP_ENTRIES= "TeXmacs" "${COMMENT}" \
@ -58,7 +57,7 @@ CONFIGURE_ARGS+= --with-gs=yes
CONFIGURE_ARGS+= --without-gs
.endif
.if ${PORT_OPTIONS:MICONv}
.if ${PORT_OPTIONS:MICONV}
USE_ICONV= yes
CONFIGURE_ARGS+= --with-iconv="${LOCALBASE}"
.else