diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
commit | cc09088dd0f45c75d2c14a3e9e585fe891b7ecb8 (patch) | |
tree | edb635a63124bbef6b24570cd14576e5af373255 /games/xbreaky | |
parent | f9675b3db33a19f01e90214ebdc522647f6b275f (diff) | |
download | pkgsrc-cc09088dd0f45c75d2c14a3e9e585fe891b7ecb8.tar.gz |
Uses C++.
Diffstat (limited to 'games/xbreaky')
-rw-r--r-- | games/xbreaky/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index 2daf1017bfe..052f6e2db57 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/09 21:04:44 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/15 21:01:31 joerg Exp $ # DISTNAME= xbreaky-0.0.5 @@ -12,6 +12,8 @@ COMMENT= Breakout game for X11 USE_DIRS+= xdg-1.1 +USE_LANGUAGES= c++ + .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |