From owner-svn-ports-head@FreeBSD.ORG Tue May 14 19:14:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A87A67D; Tue, 14 May 2013 19:14:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3D53035F; Tue, 14 May 2013 19:14:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4EJErCS056193; Tue, 14 May 2013 19:14:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4EJEru8056192; Tue, 14 May 2013 19:14:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201305141914.r4EJEru8056192@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 14 May 2013 19:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318190 - head/print/fontforge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 19:14:53 -0000 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 (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