Bug 178643 - [MAINTAINER] print/fontforge: Fix typo in OPTIONS_DEFINE
Summary: [MAINTAINER] print/fontforge: Fix typo in OPTIONS_DEFINE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 20:00 UTC by Naram Qashat
Modified: 2013-05-14 20:20 UTC (History)
0 users

See Also:


Attachments
fontforge-20120731.b_2.patch (469 bytes, patch)
2013-05-14 20:00 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2013-05-14 20:00:01 UTC
- Fix typo in OPTIONS_DEFINE, second PYTHON should've been PANGO.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-14 20:14:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-14 20:15:00 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"