diff options
author | wiz <wiz> | 2006-05-22 21:58:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 21:58:33 +0000 |
commit | 113185c86fb9ca7107604f9c6c35f19dc3b01c96 (patch) | |
tree | 8ec290a067bb90198dca4cef05e26f26c4af6f6f | |
parent | 2cd3484568ccba6e0c4d43cb42264915b2e7c3c9 (diff) | |
download | pkgsrc-113185c86fb9ca7107604f9c6c35f19dc3b01c96.tar.gz |
USE_LANGUAGES=c c++
-rw-r--r-- | games/maelstrom-sdl/Makefile | 3 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/maelstrom-sdl/Makefile b/games/maelstrom-sdl/Makefile index 0bd354c278b..37052d6f469 100644 --- a/games/maelstrom-sdl/Makefile +++ b/games/maelstrom-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:43 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/22 21:58:33 wiz Exp $ # DISTNAME= Maelstrom-3.0.5 @@ -14,6 +14,7 @@ COMMENT= High resolution version of Asteroids (SDL version) CONFLICTS= maelstrom-x11-[0-9]* maelstrom-[0-9]* GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ MAKE_ENV+= CP=${CP:Q} diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 451aeaaf927..2cfcfdeb92f 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/05/22 22:01:31 wiz Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= The QT-Enhanced X11 version of NetHack DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib - +USE_LANGUAGES= c c++ BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt |