summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/blokus/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/blokus/Makefile b/games/blokus/Makefile
index ce75f051430..e807c6d8c02 100644
--- a/games/blokus/Makefile
+++ b/games/blokus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 21:23:05 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/02 22:12:28 rillig Exp $
#
DISTNAME= blokus-1.0
@@ -11,6 +11,9 @@ COMMENT= Abstract strategy board game for two to four players
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+# XXX: For some reason, the other libraries are hidden when this is
+# specified.
+#LIBS.SunOS+= -lGLU
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"