diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 03:57:19 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 03:57:19 +0800 |
commit | 7e590490c4b2359169e365c934a8997fb4b7dfdb (patch) | |
tree | 6333e903c84a3b46283bbea44971e53d2c7a6a31 /textproc | |
parent | 238878a308338a366a151415d96d5bbd90e34f6d (diff) | |
download | freebsd-ports-gnome-7e590490c4b2359169e365c934a8997fb4b7dfdb.tar.gz freebsd-ports-gnome-7e590490c4b2359169e365c934a8997fb4b7dfdb.tar.zst freebsd-ports-gnome-7e590490c4b2359169e365c934a8997fb4b7dfdb.zip |
Add an explicit dependency on pkgconf
(needed for gtk detection)
Approved by: portmgr (bapt)
Diffstat (limited to 'textproc')
-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 |