diff options
author | nia <nia@pkgsrc.org> | 2020-03-06 12:21:02 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-06 12:21:02 +0000 |
commit | 219db9984f040cf0c1901a4a215c602c7140c2eb (patch) | |
tree | d2eb1f43523f9fd0219b9c78aa2ead37e75e860c /games/gbrainy | |
parent | 76b40b858845c7b9effbda262c57366bccedd7a1 (diff) | |
download | pkgsrc-219db9984f040cf0c1901a4a215c602c7140c2eb.tar.gz |
gbrainy: Needs itstool
Diffstat (limited to 'games/gbrainy')
-rw-r--r-- | games/gbrainy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 9ae1dc06919..6588bd067d0 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2020/02/11 15:46:46 nia Exp $ +# $NetBSD: Makefile,v 1.98 2020/03/06 12:21:02 nia Exp $ DISTNAME= gbrainy-2.4.1 PKGNAME= gbrainy-2.41 @@ -18,6 +18,8 @@ USE_LANGUAGES= c USE_TOOLS+= gmake intltool pkg-config bash:run USE_TOOLS+= msgfmt msgmerge xgettext +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 REPLACE_BASH= src/Clients/Classical/gbrainy.in |