diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 19:48:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 19:48:31 +0000 |
commit | 131e0f66c6e55a259f7ea6d6cb51df6d29a5c8fc (patch) | |
tree | 7b382bde062782f7f0743dcc8d76e548176581fa /audio/liteamp | |
parent | 26dfdf5fe2e24939296feb80cdeaef9c4985fb13 (diff) | |
download | pkgsrc-131e0f66c6e55a259f7ea6d6cb51df6d29a5c8fc.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio/liteamp')
-rw-r--r-- | audio/liteamp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index d0c0e70355b..74f4260dce0 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/21 19:48:31 joerg Exp $ DISTNAME= liteamp-0.2.4.2 PKGREVISION= 7 @@ -11,7 +11,7 @@ COMMENT= Light-weight Music Player for GNOME2 USE_DIRS+= gnome2-1.5 GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake perl pkg-config msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |