svn commit: r308835 - head/editors/texmacs

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 13 08:31:09 UTC 2012


Author: bapt
Date: Thu Dec 13 08:31:08 2012
New Revision: 308835
URL: http://svnweb.freebsd.org/changeset/ports/308835

Log:
  Use now global ghostscript description
  Fix a typo in option checking (ouch!)
  
  Reported by:	danfe

Modified:
  head/editors/texmacs/Makefile

Modified: head/editors/texmacs/Makefile
==============================================================================
--- head/editors/texmacs/Makefile	Thu Dec 13 08:09:45 2012	(r308834)
+++ head/editors/texmacs/Makefile	Thu Dec 13 08:31:08 2012	(r308835)
@@ -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


More information about the svn-ports-all mailing list