diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 18:35:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 18:35:45 +0800 |
commit | ce3251af7bb756ec807026d65b889a811a4a9345 (patch) | |
tree | 00ee1f37b631a88be4e277a04a111435cefc8d62 /x11-fonts/gbdfed | |
parent | c408aee7bacfc3e9618d11a9191806712de99f3c (diff) | |
download | freebsd-ports-gnome-ce3251af7bb756ec807026d65b889a811a4a9345.tar.gz freebsd-ports-gnome-ce3251af7bb756ec807026d65b889a811a4a9345.tar.zst freebsd-ports-gnome-ce3251af7bb756ec807026d65b889a811a4a9345.zip |
Track down the latest USE_GNOME=pkgconfig
Diffstat (limited to 'x11-fonts/gbdfed')
-rw-r--r-- | x11-fonts/gbdfed/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index 81d9cb24f64a..ee0cc62a4838 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbdfed -# Date created: 2012-06-05 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= gbdfed PORTVERSION= 1.6 @@ -16,8 +12,8 @@ COMMENT= A GTK2 bitmap font editor LICENSE= MIT USE_BZIP2= yes -USES= gettext -USE_GNOME= gtk20 pkgconfig +USES= gettext pkgconfig +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |