diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-03 13:22:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-03 13:22:43 +0000 |
commit | bd229064e54f66dc00bb0ab4c9aebb27841117f1 (patch) | |
tree | 5dbf2f9d9b2e5c45e9f13a424ae4cd0a0623f9df /games | |
parent | b1c4f7e5a54c27cd896a654425bc0e74bd92d679 (diff) | |
download | pkgsrc-bd229064e54f66dc00bb0ab4c9aebb27841117f1.tar.gz |
Needs gettext.
Diffstat (limited to 'games')
-rw-r--r-- | games/klavaro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/klavaro/Makefile b/games/klavaro/Makefile index 5f17b38d900..a54db54dfb4 100644 --- a/games/klavaro/Makefile +++ b/games/klavaro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/25 14:22:58 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/03 13:22:43 jperkin Exp $ DISTNAME= klavaro-2.01 PKGREVISION= 3 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gettext gmake intltool pkg-config .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |