Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 08:31:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308835 - head/editors/texmacs
Message-ID:  <201212130831.qBD8V86r087609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130831.qBD8V86r087609>