diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /devel | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.zst freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eggdbus/Makefile | 3 | ||||
-rw-r--r-- | devel/libpeas/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile index 8345ab80d8f6..f0e1dec1e0e3 100644 --- a/devel/eggdbus/Makefile +++ b/devel/eggdbus/Makefile @@ -14,8 +14,7 @@ COMMENT= D-Bus bindings for GObject LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_GNOME= glib20 gnomehack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 7029e262257f..c0a201597642 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -17,9 +17,8 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ USE_XZ= yes USE_PYTHON= 2.5+ USE_LDCONFIG= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= glib20 gtk30 ltverhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes |