diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-08 22:48:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-08 22:48:58 +0800 |
commit | e9efc5e27bba29eece461145a555efe52fbad13b (patch) | |
tree | d851eb1ce1c9f48cf0a9c4c8bebb80924a9861f6 /print/fontforge | |
parent | b1788a84c2be1e1675718cfa39caad452e340c0a (diff) | |
download | freebsd-ports-gnome-e9efc5e27bba29eece461145a555efe52fbad13b.tar.gz freebsd-ports-gnome-e9efc5e27bba29eece461145a555efe52fbad13b.tar.zst freebsd-ports-gnome-e9efc5e27bba29eece461145a555efe52fbad13b.zip |
Add missing dependency
PR: ports/175938
Submitted by: myself
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 1031d78e50f2..ed6236e2b63e 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -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 |