diff options
author | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
commit | d31313383d14d40798a05d52666fc5ce44b02040 (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /misc | |
parent | 3891802a64b517a6897ebf76b664a76b35b2bfa2 (diff) | |
download | freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.gz freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.zst freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.zip |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xiphos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index e96416daff6e..feed7301a962 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ nspr>=4.8:${PORTSDIR}/devel/nspr USE_PYTHON_BUILD= yes -USES= gettext +USES= gettext pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf |