summaryrefslogtreecommitdiff
path: root/games/blokus
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-02 22:12:28 +0000
committerrillig <rillig>2007-02-02 22:12:28 +0000
commit241109992a8b6d47b987ac0d3a4d4008b991ac9a (patch)
tree287e3487a83385a26ccc637cba4ccb300644f36a /games/blokus
parentbd325af76f085b23cd43b6deebd170c60f71af3b (diff)
downloadpkgsrc-241109992a8b6d47b987ac0d3a4d4008b991ac9a.tar.gz
In principle, this works on Solaris, too, but I don't understand a small
detail concerning autoconf.
Diffstat (limited to 'games/blokus')
-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"