summaryrefslogtreecommitdiff
path: root/games/fltk-sudoku
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-27 14:53:54 +0000
committerrillig <rillig>2006-07-27 14:53:54 +0000
commitf3f7794b88295fcf2f65175596d54e5146bab415 (patch)
treec186f31b8b2a8df04a0097bb4758c3f388083b60 /games/fltk-sudoku
parentecd5f0e33cd1132b8fded9aaa7fa7898edb9a6c5 (diff)
downloadpkgsrc-f3f7794b88295fcf2f65175596d54e5146bab415.tar.gz
Needs a C compiler.
Diffstat (limited to 'games/fltk-sudoku')
-rw-r--r--games/fltk-sudoku/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fltk-sudoku/Makefile b/games/fltk-sudoku/Makefile
index 4d2290e4aa4..2797b3e8750 100644
--- a/games/fltk-sudoku/Makefile
+++ b/games/fltk-sudoku/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/18 17:40:40 reinoud Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/27 14:53:54 rillig Exp $
DISTNAME= fltk-1.1.7-source
PKGNAME= fltk-sudoku-1.1.7
@@ -18,7 +18,7 @@ HOMEPAGE= http://www.easysw.com/~mike/sudoku/index.html
COMMENT= FLTK example Sudoku game creator and solver
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes