diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
commit | e7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch) | |
tree | 1d6ab251364d1ba0910232f7d2ca588662bd72f0 /time | |
parent | ee035fccf7d99dc101f03c6603d4cb971c164630 (diff) | |
download | pkgsrc-e7c1762bd099b15e25bfbfa9e763b31bf040b846.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/ |