diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 03:57:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 03:57:19 +0800 |
commit | 0fbf93ec5ba94a92c7daf26148d0ffaa230a9675 (patch) | |
tree | 6333e903c84a3b46283bbea44971e53d2c7a6a31 /textproc/uim | |
parent | 91da5958acbd89a7c41893f81759b73d1068fb69 (diff) | |
download | freebsd-ports-gnome-0fbf93ec5ba94a92c7daf26148d0ffaa230a9675.tar.gz freebsd-ports-gnome-0fbf93ec5ba94a92c7daf26148d0ffaa230a9675.tar.zst freebsd-ports-gnome-0fbf93ec5ba94a92c7daf26148d0ffaa230a9675.zip |
Add an explicit dependency on pkgconf
(needed for gtk detection)
Approved by: portmgr (bapt)
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 971f12fc7145..ae87c430ca58 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -16,9 +16,8 @@ USE_BZIP2= yes USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= gettext iconv +USES= gettext gmake iconv pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes |