diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 19:59:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 19:59:16 +0000 |
commit | f9675b3db33a19f01e90214ebdc522647f6b275f (patch) | |
tree | d2289a8e5419e82ec2f88e824d20bec761a9aad8 /games/lbreakout | |
parent | 1d533f1fe9e1d8f1067cc2eab7f1184bdde4a202 (diff) | |
download | pkgsrc-f9675b3db33a19f01e90214ebdc522647f6b275f.tar.gz |
Uses C++.
Diffstat (limited to 'games/lbreakout')
-rw-r--r-- | games/lbreakout/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index a68c3f5a6a4..aed1e0a4279 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/28 22:03:42 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/05/15 20:21:12 joerg Exp $ DISTNAME= lbreakout-010315 PKGREVISION= 7 @@ -12,6 +12,8 @@ COMMENT= Breakout-style arcade game GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-sound +USE_LANGUAGES= c c++ + .include "../../devel/SDL/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |