diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-20 19:11:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-20 19:11:37 +0000 |
commit | 28ffccfc9840e0305786ad18da91aa745b5caba9 (patch) | |
tree | 10cf78bd678b2dbd68e6dd2bfc16f10aecc029d5 /games | |
parent | eee3d376f64976b29bd7a230043aa482614e3579 (diff) | |
download | pkgsrc-28ffccfc9840e0305786ad18da91aa745b5caba9.tar.gz |
Needs intltool, says bulk build.
Diffstat (limited to 'games')
-rw-r--r-- | games/sirius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sirius/Makefile b/games/sirius/Makefile index 7ce0c1c6c6e..df9580645d1 100644 --- a/games/sirius/Makefile +++ b/games/sirius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/07/20 19:11:37 wiz Exp $ # DISTNAME= sirius-0.8.0 @@ -12,7 +12,7 @@ COMMENT= Othello game for GNOME2 GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |