From cc33170943fa61617b8f7e5b3db1b43320de5379 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 2 Sep 2013 19:55:48 +0000 Subject: Add an explicit dependency on pkgconf --- devel/eggdbus/Makefile | 3 +-- devel/libpeas/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'devel') 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 -- cgit