diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-08 14:48:58 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-08 14:48:58 +0000 |
commit | 16ebee9e6b0f397901e8001ac0c0b14b79350db7 (patch) | |
tree | d851eb1ce1c9f48cf0a9c4c8bebb80924a9861f6 /print/fontforge | |
parent | 5bf92875967b19424c1c550558d98504a9c29507 (diff) | |
download | ports-16ebee9e6b0f397901e8001ac0c0b14b79350db7.tar.gz ports-16ebee9e6b0f397901e8001ac0c0b14b79350db7.zip |
Notes
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 |