diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-16 00:29:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-16 00:29:51 +0000 |
commit | 05bddcbb216c02e9c66c52abeac83e6ffcdcbdcd (patch) | |
tree | 0d9ecb0066ad4ac4f488c0a16272bce5a257d428 /www | |
parent | 6616c2ab3d447e631248d86c96e812e1bd4d1239 (diff) | |
download | pkgsrc-05bddcbb216c02e9c66c52abeac83e6ffcdcbdcd.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 6c0bcbb7b4b..fae3fc56780 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/03/11 21:01:31 adam Exp $ +# $NetBSD: Makefile,v 1.40 2007/03/16 00:29:51 joerg Exp $ DISTNAME= neon-0.26.3 CATEGORIES= www @@ -12,7 +12,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-expat |