summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgls <gls>2011-07-31 11:39:13 +0000
committergls <gls>2011-07-31 11:39:13 +0000
commit9bdc58bf662b7ddbca3f6968713ef572f12b306d (patch)
tree6c5999e01590ad13dad0e96a9689046c3a455bc9 /net
parent887fa09c6aaa73f3d3039eebf469e31a1e6f0d67 (diff)
downloadpkgsrc-9bdc58bf662b7ddbca3f6968713ef572f12b306d.tar.gz
DragonFly needs gettext in USE_TOOLS for this to build.
Spotted in a bulk build run by Justin Sherril.
Diffstat (limited to 'net')
-rw-r--r--net/glib-networking/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index bbe33cb81dc..d2a7f3d8fe2 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/07/08 18:51:15 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2011/07/31 11:39:13 gls Exp $
#
DISTNAME= glib-networking-2.28.7
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config gmake
+USE_TOOLS+= intltool pkg-config gmake gettext
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
.include "../../devel/glib2/buildlink3.mk"