diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 07:03:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 07:03:54 +0000 |
commit | 80ff03e6f5654b14a75514dcec71d72f03e6f4b6 (patch) | |
tree | 8b03ab99ccfdc839d085bbdf878aa28765a7fb89 /games/KoboDeluxe | |
parent | ee547b7bd5d15f38e097407c641e3efd18f4c240 (diff) | |
download | pkgsrc-80ff03e6f5654b14a75514dcec71d72f03e6f4b6.tar.gz |
Uses C++.
Diffstat (limited to 'games/KoboDeluxe')
-rw-r--r-- | games/KoboDeluxe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile index df8adeff220..ff39be432f5 100644 --- a/games/KoboDeluxe/Makefile +++ b/games/KoboDeluxe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/19 07:06:57 joerg Exp $ DISTNAME= KoboDeluxe-0.4pre8 PKGNAME= ${DISTNAME:S/pre/rc/} @@ -11,6 +11,7 @@ HOMEPAGE= http://olofson.net/kobodl/ COMMENT= Multi-way scrolling shoot 'em up game for X GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../devel/SDL/buildlink3.mk" |