diff options
author | dholland <dholland@pkgsrc.org> | 2010-12-29 02:19:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-12-29 02:19:10 +0000 |
commit | 613ee7e0059221486f3596e4f614884c9e58b3fb (patch) | |
tree | 38cb99906f2e71d86b13386645bc61c6f5137300 /games | |
parent | d5c7f1477c305b4b95a55fd7218e12b3c65f5ab7 (diff) | |
download | pkgsrc-613ee7e0059221486f3596e4f614884c9e58b3fb.tar.gz |
Needs makeinfo; from PR 44290.
Diffstat (limited to 'games')
-rw-r--r-- | games/moon-buggy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index 375a01ef809..0fa862083b5 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/29 23:39:48 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/12/29 02:19:10 dholland Exp $ # DISTNAME= moon-buggy-1.0 @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games +USE_TOOLS+= makeinfo INFO_FILES= # PLIST OWN_DIRS= ${VARBASE}/games/moon-buggy |