aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-13 08:31:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-13 08:31:08 +0000
commit333c18cf27e8d4836218b9c479bcdb4fccfbe23c (patch)
tree68f43f20a447c2a9285f1f05b9dddf001181f0c0 /editors/texmacs
parente2d69ca10f06228e5339bab70171a01b3d42e79d (diff)
downloadports-333c18cf27e8d4836218b9c479bcdb4fccfbe23c.tar.gz
ports-333c18cf27e8d4836218b9c479bcdb4fccfbe23c.zip
Use now global ghostscript description
Fix a typo in option checking (ouch!) Reported by: danfe
Notes
Notes: svn path=/head/; revision=308835
Diffstat (limited to 'editors/texmacs')
-rw-r--r--editors/texmacs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index 4e85e125e5cb..ae7242e4c6ae 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -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