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 /x11/kdebase | |
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 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 5734c8e09cc..7bd6cf51a99 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.86 2002/10/20 14:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2003/03/09 19:28:17 jschauma Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1 EXTRACT_SUFX= .tar.bz2 @@ -94,7 +94,8 @@ post-install: # kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase # often do, so put the dependency here. .include "../../graphics/libungif/buildlink2.mk" -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" .include "../../x11/kdelibs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |