Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 14:48:58 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311940 - head/print/fontforge
Message-ID:  <201302081448.r18EmwEP028689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@khdd.net>
-#
+# Created by: KANOU Hiroki <kanou@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



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