summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-09-07 14:27:10 +0000
committerdrochner <drochner@pkgsrc.org>2001-09-07 14:27:10 +0000
commitdad337d577db9e7d84cb94d7ed1dd6ebdbc85398 (patch)
tree7acde10b68b74d8d869a33113845ac77d9eac6e1 /net
parentef55182abb7aa76dc81deef2833cca5e05b53277 (diff)
downloadpkgsrc-dad337d577db9e7d84cb94d7ed1dd6ebdbc85398.tar.gz
change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
index 01b69bcd2bd..0a7708e65ed 100644
--- a/net/kdenetwork2/Makefile
+++ b/net/kdenetwork2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/11 18:11:55 tron Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/07 14:27:12 drochner Exp $
#
DISTNAME= kdenetwork-2.1
@@ -9,8 +9,8 @@ COMMENT= Network modules for the KDE integrated X11 desktop
DEPENDS= gdbm>=1.7.3:../../databases/gdbm
DEPENDS+= uulib>=0.5.13:../../converters/uulib
DEPENDS+= ptl>=2.1.7:../../devel/ptl2
-DEPENDS+= kdesupport-2.1:../../converters/kdesupport2
-DEPENDS+= kdebase-2.1:../../x11/kdebase2
+DEPENDS+= kdesupport>=2.1:../../converters/kdesupport2
+DEPENDS+= kdebase>=2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"