diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 17:46:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 17:46:04 +0000 |
commit | 2a59b6165f29922b1bf3b77079b5d1a52cea01f9 (patch) | |
tree | 11ebe568334bd11aab539eade384772847793624 | |
parent | 4180038f3307488e551b3781ac688432106a60d7 (diff) | |
download | pkgsrc-2a59b6165f29922b1bf3b77079b5d1a52cea01f9.tar.gz |
USE_LANGUAGES=c++
-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 |