diff options
author | wiz <wiz> | 2006-05-22 17:46:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 17:46:04 +0000 |
commit | 0ae0e1e6419a3a5168062219d2cf5572f0cfeda2 (patch) | |
tree | 11ebe568334bd11aab539eade384772847793624 /games | |
parent | 7908ba04f87766d0817b927794e23653dbb00a9c (diff) | |
download | pkgsrc-0ae0e1e6419a3a5168062219d2cf5572f0cfeda2.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'games')
-rw-r--r-- | games/spaceracer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/spaceracer/Makefile b/games/spaceracer/Makefile index d10ce7cf21f..43ef8c9d77d 100644 --- a/games/spaceracer/Makefile +++ b/games/spaceracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/22 17:46:04 wiz Exp $ # DISTNAME= spaceracer-0.2.4 @@ -11,6 +11,7 @@ MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://spaceracer.sourceforge.net/ COMMENT= 3D car racing game +USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= automake autoconf |