diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-26 11:19:30 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-26 11:19:30 +0000 |
commit | 8b3c8033d50af6567c956a6b2230ebc1ca4cf5d3 (patch) | |
tree | 395284ad286d6071f2175647aae0e2fb90791845 /audio/ario | |
parent | 04b4c5e6d5cadcf759aacb20884da6cfee83494e (diff) | |
download | pkgsrc-8b3c8033d50af6567c956a6b2230ebc1ca4cf5d3.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio/ario')
-rw-r--r-- | audio/ario/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index b63a92d6e34..3f338073d34 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 19:53:20 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/26 11:19:30 hasso Exp $ # DISTNAME= ario-1.3 @@ -11,7 +11,7 @@ COMMENT= mpd client LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_TOOLS+= intltool pkg-config gmake +USE_TOOLS+= intltool msgfmt pkg-config gmake USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-avahi PKG_DESTDIR_SUPPORT= user-destdir |