aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-13 16:31:08 +0800
committerbapt <bapt@FreeBSD.org>2012-12-13 16:31:08 +0800
commitf52057bf7ac15338d9d1865b33c156b99fb4a2d0 (patch)
tree68f43f20a447c2a9285f1f05b9dddf001181f0c0 /editors
parentb076c228e1ac160ff5aed0b0e0a2bea8ec8f35e4 (diff)
downloadfreebsd-ports-gnome-f52057bf7ac15338d9d1865b33c156b99fb4a2d0.tar.gz
freebsd-ports-gnome-f52057bf7ac15338d9d1865b33c156b99fb4a2d0.tar.zst
freebsd-ports-gnome-f52057bf7ac15338d9d1865b33c156b99fb4a2d0.zip
Use now global ghostscript description
Fix a typo in option checking (ouch!) Reported by: danfe
Diffstat (limited to 'editors')
-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