svn commit: r311940 - head/print/fontforge

Pawel Pekala pawel at FreeBSD.org
Fri Feb 8 14:48:59 UTC 2013


Author: pawel
Date: Fri Feb  8 14:48:58 2013
New Revision: 311940
URL: http://svnweb.freebsd.org/changeset/ports/311940

Log:
  Add missing dependency
  
  PR:		ports/175938
  Submitted by:	myself
  Approved by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/print/fontforge/Makefile

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Fri Feb  8 12:52:05 2013	(r311939)
+++ head/print/fontforge/Makefile	Fri Feb  8 14:48:58 2013	(r311940)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	fontforge
-# Date created:		25 March 2001
-# Whom:			KANOU Hiroki <kanou at khdd.net>
-#
+# Created by: KANOU Hiroki <kanou at khdd.net>
 # $FreeBSD$
-#
 
 PORTNAME=	fontforge
 DISTVERSION=	20120731-b
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source
 DISTFILES=	${EXTRACT_ONLY}
@@ -38,7 +35,7 @@ DISTFILES+=	${DOCFILES:C/$/:docs/}
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
-USE_XORG=	x11 xi ice xkbfile
+USE_XORG=	x11 xi ice xkbui
 USE_GMAKE=	yes
 USE_ICONV=	yes
 PATCH_STRIP=	-l


More information about the svn-ports-head mailing list