diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:46:51 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:46:51 +0000 |
commit | 75b50e11df8dea33daaa08715473a0eaca393e13 (patch) | |
tree | e0df3922504cc2cdaa78eb3dff75ab1c054ef11f /games/plib | |
parent | e7c1762bd099b15e25bfbfa9e763b31bf040b846 (diff) | |
download | pkgsrc-75b50e11df8dea33daaa08715473a0eaca393e13.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/plib')
-rw-r--r-- | games/plib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile index 9d7032c9ebd..b7b10c4c90b 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/10/20 13:03:27 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/09 19:46:53 jschauma Exp $ # DISTNAME= plib-1.2.0 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://plib.sourceforge.net/dist/ |