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