diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-02 22:12:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-02 22:12:28 +0000 |
commit | c3e73e699e37bab016f37b6facf36eb1948d8e8b (patch) | |
tree | 287e3487a83385a26ccc637cba4ccb300644f36a /games | |
parent | 8c3dd3716db2fb6d924bf0712349d6136f08651f (diff) | |
download | pkgsrc-c3e73e699e37bab016f37b6facf36eb1948d8e8b.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/Makefile | 5 |
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" |