diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-11 04:01:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-11 04:01:27 +0800 |
commit | 4622a8a41d8fde4dbbf8eac20c632a953f056c43 (patch) | |
tree | de1f6ba111164170238fb94cf55382ad20366328 | |
parent | 092736fd69339fde4e8c22966a8ef787817e42e4 (diff) | |
download | freebsd-ports-gnome-4622a8a41d8fde4dbbf8eac20c632a953f056c43.tar.gz freebsd-ports-gnome-4622a8a41d8fde4dbbf8eac20c632a953f056c43.tar.zst freebsd-ports-gnome-4622a8a41d8fde4dbbf8eac20c632a953f056c43.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | multimedia/gxine/Makefile | 3 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 8f6a434230d2..e61d6f4f92a4 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -19,10 +19,9 @@ OPTIONS_DEFINE= MOZILLA_PLUGIN GNOME LIRC MOZILLA_PLUGIN_DESC= Mozilla plugin USE_XZ= yes -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 USE_GECKO= libxul -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= MKDIR_P="${MKDIR}" CONFIGURE_ARGS= --enable-mozjs --disable-ffjs --disable-seajs \ diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index bffd2f62da54..19c8562c3d9f 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_PGSQL= yes USE_PYTHON= -2.7 |