diff options
author | hasso <hasso> | 2009-03-04 17:00:37 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-04 17:00:37 +0000 |
commit | f317d0e67339dd17f24e94939032a93696bc592a (patch) | |
tree | 939670b2c8a91e89b8fcc377972e382e4b4d4041 /pkgtools | |
parent | 79423b549ad6e16e4d512be3ce83f9b2608486b6 (diff) | |
download | pkgsrc-f317d0e67339dd17f24e94939032a93696bc592a.tar.gz |
Needs msgfmt.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/packagekit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index d08db8ac75c..bbcc8276e51 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/02/15 16:44:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/04 17:00:37 hasso Exp $ # DISTNAME= PackageKit-0.4.0 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool autoconf +USE_TOOLS+= pkg-config gmake intltool msgfmt autoconf USE_LANGUAGES= c c++ BUILD_DEFS+= VARBASE |