From 333c18cf27e8d4836218b9c479bcdb4fccfbe23c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 13 Dec 2012 08:31:08 +0000 Subject: [PATCH] Use now global ghostscript description Fix a typo in option checking (ouch!) Reported by: danfe --- editors/texmacs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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