diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
commit | b3e4e19ddced293c5d1147a3172d522b4a807708 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /textproc | |
parent | eaa56b6fc08ef5b5a1500ce02bed6585015cad94 (diff) | |
download | freebsd-ports-gnome-b3e4e19ddced293c5d1147a3172d522b4a807708.tar.gz freebsd-ports-gnome-b3e4e19ddced293c5d1147a3172d522b4a807708.tar.zst freebsd-ports-gnome-b3e4e19ddced293c5d1147a3172d522b4a807708.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 3b03e4c851bc..1871deea3c45 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus -# Date created: 21 October 2008 -# Whom: Henry Hu <henry.hu.sh@gmail.com> -# +# Created by: Henry Hu <henry.hu.sh@gmail.com> # $FreeBSD$ -# PORTNAME= ibus PORTVERSION= 1.4.1 @@ -28,7 +24,7 @@ USE_PYTHON= yes USE_GNOME= pygtk2 gconf2 USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= ibus.schemas |