diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-13 08:31:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-13 08:31:08 +0000 |
commit | 333c18cf27e8d4836218b9c479bcdb4fccfbe23c (patch) | |
tree | 68f43f20a447c2a9285f1f05b9dddf001181f0c0 /editors | |
parent | e2d69ca10f06228e5339bab70171a01b3d42e79d (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmacs/Makefile | 3 |
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 |