summaryrefslogtreecommitdiff
path: root/games/glchess
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 20:05:08 +0000
committerjschauma <jschauma>2003-03-09 20:05:08 +0000
commitc1b65bb2920d70787a1b514e0ca8f940db2967e2 (patch)
tree2c7a3d3a0bc7f0bb645ad4954613b0a3f95e07ff /games/glchess
parent91934dbc0253c762f60bb8ffcf8d2b941cf6810c (diff)
downloadpkgsrc-c1b65bb2920d70787a1b514e0ca8f940db2967e2.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'games/glchess')
-rw-r--r--games/glchess/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile
index 489baba5259..3d294875dd8 100644
--- a/games/glchess/Makefile
+++ b/games/glchess/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/10/12 07:32:22 rh Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/09 20:05:09 jschauma Exp $
#
DISTNAME= glchess-0.4.7
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glchess/}
@@ -31,7 +32,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/glchessrc \
${PREFIX}/etc/glchessrc.default
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../x11/gtkglarea/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/automake.mk"