diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:38:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:38:14 +0000 |
commit | 7aacf7268ec83d26472f6dae775faccc0fc68008 (patch) | |
tree | 6af15b25eeaf8d9fe23fc9ebd8862784c34c5afe /games | |
parent | fe7d22992eb817d3c1722f905546606ed61d985d (diff) | |
download | pkgsrc-7aacf7268ec83d26472f6dae775faccc0fc68008.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'games')
-rw-r--r-- | games/kajaani-kombat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kajaani-kombat/Makefile b/games/kajaani-kombat/Makefile index f27b23db724..bc1befca147 100644 --- a/games/kajaani-kombat/Makefile +++ b/games/kajaani-kombat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/22 19:38:14 wiz Exp $ # DISTNAME= kajaani-kombat-0.6 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kombat.kajaani.net/ COMMENT= Rampart-like multiplayer game set in space +USE_LANGUAGES= c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin man/man6 |