Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 19:14:53 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318190 - head/print/fontforge
Message-ID:  <201305141914.r4EJEru8056192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue May 14 19:14:52 2013
New Revision: 318190
URL: http://svnweb.freebsd.org/changeset/ports/318190

Log:
  Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.
  
  PR:		ports/178643
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Modified:
  head/print/fontforge/Makefile

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Tue May 14 19:13:10 2013	(r318189)
+++ head/print/fontforge/Makefile	Tue May 14 19:14:52 2013	(r318190)
@@ -31,7 +31,7 @@ USE_XORG=	x11 xi ice xkbui
 USE_GMAKE=	yes
 PATCH_STRIP=	-l
 
-OPTIONS_DEFINE=	DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PYTHON
+OPTIONS_DEFINE=	DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO
 OPTIONS_DEFAULT=	DOCS MULTILAYER PLUGINS
 MULTILAYER_DESC=	type3/SVG multilayer font support
 



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