summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2001-09-07 14:27:10 +0000
committerdrochner <drochner>2001-09-07 14:27:10 +0000
commitcfbbb64480321e15945c6ce9bcc68a368594866d (patch)
tree7acde10b68b74d8d869a33113845ac77d9eac6e1 /x11
parentf5493dc781eb98353a42d0a99b2202a751ff42e6 (diff)
downloadpkgsrc-cfbbb64480321e15945c6ce9bcc68a368594866d.tar.gz
change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
Diffstat (limited to 'x11')
-rw-r--r--x11/kde2/Makefile18
-rw-r--r--x11/kdelibs2/buildlink.mk4
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile
index de14cfe36f8..2ca4c4c5d13 100644
--- a/x11/kde2/Makefile
+++ b/x11/kde2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:19:52 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/07 14:27:13 drochner Exp $
#
DISTNAME= kde-2.1
@@ -10,14 +10,14 @@ MAINTAINER= skrll@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= "meta-package" for the KDE integrated X11 desktop
-DEPENDS+= kdeutils-2.1:../../misc/kdeutils2
-DEPENDS+= kdenetwork-2.1:../../net/kdenetwork2
-DEPENDS+= kdegraphics-2.1:../../graphics/kdegraphics2
-DEPENDS+= kdegames-2.1:../../games/kdegames2
-DEPENDS+= kdemultimedia-2.1:../../audio/kdemultimedia2
-DEPENDS+= kdetoys-2.1:../../games/kdetoys2
-DEPENDS+= kdepim-2.1:../../misc/kdepim2
-DEPENDS+= kdeadmin-2.1:../../misc/kdeadmin2
+DEPENDS+= kdeutils>=2.1:../../misc/kdeutils2
+DEPENDS+= kdenetwork>=2.1:../../net/kdenetwork2
+DEPENDS+= kdegraphics>=2.1:../../graphics/kdegraphics2
+DEPENDS+= kdegames>=2.1:../../games/kdegames2
+DEPENDS+= kdemultimedia>=2.1:../../audio/kdemultimedia2
+DEPENDS+= kdetoys>=2.1:../../games/kdetoys2
+DEPENDS+= kdepim>=2.1:../../misc/kdepim2
+DEPENDS+= kdeadmin>=2.1:../../misc/kdeadmin2
USE_X11BASE= yes
EXTRACT_ONLY= # empty
diff --git a/x11/kdelibs2/buildlink.mk b/x11/kdelibs2/buildlink.mk
index 3f57df847cb..9a63da6f64d 100644
--- a/x11/kdelibs2/buildlink.mk
+++ b/x11/kdelibs2/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.7 2001/08/17 21:14:17 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.8 2001/09/07 14:27:13 drochner Exp $
#
# This Makefile fragment is included by packages that use kdelibs2.
#
@@ -17,7 +17,7 @@ KDELIBS2_BUILDLINK_MK= # defined
.include "../../mk/bsd.buildlink.mk"
-BUILDLINK_DEPENDS.kdelibs2?= kdelibs-2.1nb1
+BUILDLINK_DEPENDS.kdelibs2?= kdelibs>=2.1nb1
DEPENDS+= ${BUILDLINK_DEPENDS.kdelibs2}:../../x11/kdelibs2
.include "../../mk/bsd.prefs.mk"