diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:28:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:28:33 +0000 |
commit | 206512f5ef00f60d36e3aa2e1d4629cd30f9240c (patch) | |
tree | 04d7323bf5a8dae691d206419280f34507e3a2d4 /multimedia | |
parent | cb498c4c6ff7f0c114e9cbb9164539fbf575a15d (diff) | |
download | pkgsrc-206512f5ef00f60d36e3aa2e1d4629cd30f9240c.tar.gz |
Needs msgfmt.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libassetml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile index 260a92c1f84..41d9927c3b4 100644 --- a/multimedia/libassetml/Makefile +++ b/multimedia/libassetml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/11 14:29:03 joerg Exp $ # DISTNAME= libassetml-1.2.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.ofset.org/assetml/ COMMENT= Library for sharing image and audio files between projects USE_DIRS+= gnome2-1.5 # share/gnome/help -USE_TOOLS+= gmake pkg-config texi2html +USE_TOOLS+= gmake pkg-config texi2html msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |