diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 14:23:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 14:23:10 +0000 |
commit | 91068d0b3adf7c75715acd3411df1c295d986ef8 (patch) | |
tree | 85c4b53ddff79ed313c66b2f9d29771d982dcf31 | |
parent | 43da6cac0a40ea78f2bf5a7c7a4da688c883dd9f (diff) | |
download | pkgsrc-91068d0b3adf7c75715acd3411df1c295d986ef8.tar.gz |
Needs msgfmt.
-rw-r--r-- | devel/at-spi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index 0b20e1523d6..d96bdd49adc 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:09 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/06/21 14:23:10 joerg Exp $ # DISTNAME= at-spi-1.7.7 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Assistive Technology Service Provider Interface -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |