diff options
-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 |