diff options
-rw-r--r-- | games/hitori/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 711c75ea3e5..d6c24f73c3e 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/29 13:55:16 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/03 13:59:33 joerg Exp $ DISTNAME= hitori-3.14.1 CATEGORIES= games gnome @@ -15,6 +15,8 @@ USE_LIBTOOL= yes USE_TOOLS= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + .include "../../devel/glib2/schemas.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |