aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 00:21:38 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 00:21:38 +0800
commitab93ec4098542fafc79f85ccb037c088a175a225 (patch)
tree0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /net
parentb9ef45ee941ff10c20e52800c17a4fe88584047e (diff)
downloadfreebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz
freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst
freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile2
-rw-r--r--net/glib-networking/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index a36b836ecaa1..ad9c6fe12678 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -26,7 +26,7 @@ USERS?= ${PORTNAME}
GROUPS?= ${USERS}
USE_GNOME+= ltverhack glib20 intltool
-USES= gettext gmake pathfix
+USES= gettext gmake pathfix pkgconfig
USE_GNOME_SUBR= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index 6b0a5cef401d..3f0c2efe3159 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack glib20 intltool
-USES= gettext gmake
+USES= gettext gmake pkgconfig
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib