diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:05:08 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:05:08 +0000 |
commit | cde6fd8fae4ebd49a977206dad2318f5f794f714 (patch) | |
tree | 2c7a3d3a0bc7f0bb645ad4954613b0a3f95e07ff /games/glchess | |
parent | 8a600b7041bffc782221d1ff5c9ef6906e5df2ae (diff) | |
download | pkgsrc-cde6fd8fae4ebd49a977206dad2318f5f794f714.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/Makefile | 6 |
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" |