diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 03:45:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 03:45:46 +0800 |
commit | d72a56b589a69ec5edfa24366270988ef96c9311 (patch) | |
tree | fc01341d6c19358ab791107505fc0935efd21958 /devel | |
parent | 39003e5a5ffcd7d904843e0b6cc3dbdd7243bbd1 (diff) | |
download | freebsd-ports-gnome-d72a56b589a69ec5edfa24366270988ef96c9311.tar.gz freebsd-ports-gnome-d72a56b589a69ec5edfa24366270988ef96c9311.tar.zst freebsd-ports-gnome-d72a56b589a69ec5edfa24366270988ef96c9311.zip |
Add an explicit dependency on pkgconf
(needed for good detection of gtk)
Approved by: portmgr (bapt)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 55c24213cf4c..a93e27018dc3 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= rcd.1:${PORTSDIR}/devel/librcd \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack libxml2 -USE_GMAKE= yes -USES= pathfix iconv +USES= gmake iconv pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= autoheader |