diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-03 13:59:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-03 13:59:33 +0000 |
commit | 48a02833c324d5464721198d67fe74197efa858e (patch) | |
tree | ea296ed14fe6d16c270ad200d392ecc0e4d4da60 /games | |
parent | 6de59adbb2ad1baef8ea1ace0d50f5c27be8da10 (diff) | |
download | pkgsrc-48a02833c324d5464721198d67fe74197efa858e.tar.gz |
Needs itstool
Diffstat (limited to 'games')
-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" |