summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-07-31 11:39:13 +0000
committergls <gls@pkgsrc.org>2011-07-31 11:39:13 +0000
commitf03c5db25be609cf6f4a4c4763bf4d323ba3f437 (patch)
tree6c5999e01590ad13dad0e96a9689046c3a455bc9
parentd6ee393ee293d7f14f48d10e5bac9881aa6b4cd7 (diff)
downloadpkgsrc-f03c5db25be609cf6f4a4c4763bf4d323ba3f437.tar.gz
DragonFly needs gettext in USE_TOOLS for this to build.
Spotted in a bulk build run by Justin Sherril.
-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"