summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:23:09 +0000
committerjschauma <jschauma>2003-03-09 19:23:09 +0000
commitc5ef8bcf675f083a7830417856df33753384318e (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/kdebase
parent9ff51394092958cd11ecd9435f2b02b96b9c6c18 (diff)
downloadpkgsrc-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/kdebase')
-rw-r--r--x11/kdebase/Makefile7
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"