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 /x11/ssystem | |
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 'x11/ssystem')
-rw-r--r-- | x11/ssystem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index 9bfbf69d351..e192a899777 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/10/20 13:29:17 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/09 19:28:18 jschauma Exp $ # DISTNAME= ssystem-1.6 +PKGREVISION= 1 CATEGORIES= x11 graphics MASTER_SITES= ${HOMEPAGE} # ${HOMEPAGE}/hires/ |