diff options
author | jschauma <jschauma> | 2003-03-09 19:23:09 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-09 19:23:09 +0000 |
commit | c5ef8bcf675f083a7830417856df33753384318e (patch) | |
tree | 1d6ab251364d1ba0910232f7d2ca588662bd72f0 /time | |
parent | 9ff51394092958cd11ecd9435f2b02b96b9c6c18 (diff) | |
download | pkgsrc-c5ef8bcf675f083a7830417856df33753384318e.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 'time')
-rw-r--r-- | time/glclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/glclock/Makefile b/time/glclock/Makefile index 772f6759a4f..68bb31756aa 100644 --- a/time/glclock/Makefile +++ b/time/glclock/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2002/08/25 21:51:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/09 19:23:54 jschauma Exp $ # DISTNAME= glclock-6.0b6.0 +PKGREVISION= 1 CATEGORIES= x11 graphics time MASTER_SITES= http://www.daionet.gr.jp/~masa/archives/ |