diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-09 13:20:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-09 13:20:43 +0000 |
commit | a7ad9797b83024b5ca3bfe8169d2e11f8df66395 (patch) | |
tree | 9dbf18d797bfcf34d8e45a2f4512b4c65047b7ce /games | |
parent | a643a086b035e7fcdf10d373c5866e96bcfc072b (diff) | |
download | pkgsrc-a7ad9797b83024b5ca3bfe8169d2e11f8df66395.tar.gz |
Needs itstool
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-sudoku/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index 04d12057152..7128bc07d43 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/29 14:16:47 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/09 13:20:43 joerg Exp $ DISTNAME= gnome-sudoku-3.14.2 CATEGORIES= games @@ -16,6 +16,8 @@ USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + .include "../../devel/glib2/schemas.mk" .include "../../devel/libgee/buildlink3.mk" BUILDLINK_API_DEPENDS.qqwing+= qqwing>=1.2.0 |