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 | 2ae5a7967fac17f9b6ba4daedee5246ec44ee5c7 (patch) | |
tree | 2ebc1062a64c43aba90f0db6612cd1d0865e285a /misc/gxmame | |
parent | cd9a9be463931d1ad2253f75d710af9d7a5ee68b (diff) | |
download | pkgsrc-2ae5a7967fac17f9b6ba4daedee5246ec44ee5c7.tar.gz |
USE_TOOLS+=intltool
Diffstat (limited to 'misc/gxmame')
-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" |