diff options
author | abs <abs@pkgsrc.org> | 2006-07-06 14:45:38 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-07-06 14:45:38 +0000 |
commit | 8762a993ca9c4102558015d00f730eabd16265d8 (patch) | |
tree | 2ebc1062a64c43aba90f0db6612cd1d0865e285a /misc | |
parent | cfdf0276b72ddc51013824629fabcd2a4c236cd8 (diff) | |
download | pkgsrc-8762a993ca9c4102558015d00f730eabd16265d8.tar.gz |
USE_TOOLS+=intltool
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gxmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 15d37fac837..6cfedcebdd7 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:40 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/06 14:45:38 abs Exp $ # DISTNAME= gxmame-0.35beta1 @@ -15,7 +15,7 @@ DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= intltool gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" |