diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
commit | d660f47405ede4cb65be00179061d54ebb517a0e (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /devel | |
parent | 261f79d741f27e6af8050af1094e862e042d5d12 (diff) | |
download | freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.gz freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.zst freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus-glib/Makefile | 3 | ||||
-rw-r--r-- | devel/libopensync022/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile index c2059652bb62..d906b671e72e 100644 --- a/devel/dbus-glib/Makefile +++ b/devel/dbus-glib/Makefile @@ -13,8 +13,7 @@ COMMENT= GLib bindings for the D-BUS messaging system LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 ltverhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index c1501a691499..0b4883a5c34b 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_PYTHON= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes |