diff options
author | marino <marino@pkgsrc.org> | 2012-10-26 19:03:05 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-10-26 19:03:05 +0000 |
commit | e430ac3327c860191074846b7cfbe6141af4d0fd (patch) | |
tree | 448cefa8122e39dda4f32ffe4c084b83f03fd7b0 /net/libsoup24 | |
parent | fe33512008a1eb04d10ee3f31c9fcce811ad8ffc (diff) | |
download | pkgsrc-e430ac3327c860191074846b7cfbe6141af4d0fd.tar.gz |
net/libsoup24: USE_TOOLS+= msgfmt
Diffstat (limited to 'net/libsoup24')
-rw-r--r-- | net/libsoup24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index 12b7343e749..ded3e09f55d 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/10/23 17:18:34 asau Exp $ +# $NetBSD: Makefile,v 1.47 2012/10/26 19:03:05 marino Exp $ DISTNAME= libsoup-2.40.1 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= HTTP library implementation in C LICENSE= gnu-lgpl-v2 -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes |