diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-24 06:35:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-24 06:35:30 +0000 |
commit | 069bd5ff944f8d2c956904227f0f2b11f485ea83 (patch) | |
tree | 705685d710513ca8c29b0d0dbaf2f922657df527 /games | |
parent | 38c5de751c7fb641dce4e434a44a498c51360327 (diff) | |
download | pkgsrc-069bd5ff944f8d2c956904227f0f2b11f485ea83.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/cube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index 520145bbf43..44cf8fe6b65 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/21 21:32:22 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/24 06:35:30 wiz Exp $ DISTNAME= cube_2004_05_22 PKGNAME= cube-20040522 @@ -17,6 +17,7 @@ CUBE_SRC_DIR= ${WRKSRC}/source/src CUBE_DATA_DIR= ${PREFIX}/share/cube NO_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake unzip INSTALLATION_DIRS= bin |