summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-24 10:28:11 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-24 10:28:11 +0000
commit17c3199036d37101d333be4c1c3773a5a3dffcf8 (patch)
tree3a81be170647342336f82552beb9bdf8f80e0b1b /games
parent7cacdfc59f2cd3cf6e14ab57ba00eefc5f914138 (diff)
downloadpkgsrc-17c3199036d37101d333be4c1c3773a5a3dffcf8.tar.gz
Sound server is C.
Diffstat (limited to 'games')
-rw-r--r--games/xbreaky/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile
index 052f6e2db57..e4d79e5f37d 100644
--- a/games/xbreaky/Makefile
+++ b/games/xbreaky/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/05/15 21:01:31 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/08/24 10:28:11 joerg Exp $
#
DISTNAME= xbreaky-0.0.5
@@ -12,7 +12,7 @@ COMMENT= Breakout game for X11
USE_DIRS+= xdg-1.1
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"