diff options
author | hasso <hasso@pkgsrc.org> | 2008-12-25 06:57:38 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-12-25 06:57:38 +0000 |
commit | 3daddb5522fb63042b11b60c50c2397b03b275d9 (patch) | |
tree | 8d88f1538020b84b5e8c0e5a7fe70164414e2a93 /net | |
parent | a49e36357a358a476701b129f8a0ca26a6febff8 (diff) | |
download | pkgsrc-3daddb5522fb63042b11b60c50c2397b03b275d9.tar.gz |
Needs msgfmt.
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index ce95f75c13e..1d03f6faf33 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/12/23 12:08:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/25 06:57:38 hasso Exp $ DISTNAME= avahi-0.6.23 PKGREVISION= 2 @@ -14,7 +14,7 @@ USE_DIRS+= xdg-1.4 USE_LIBTOOL= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= avahi-client.pc.in |