diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
commit | 4a72b8b121e16844de81a06ee68a1fa6cf242ab0 (patch) | |
tree | 1e23fe3d56a80c461970083048edf491f93760cb /net/kdenetwork | |
parent | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (diff) | |
download | pkgsrc-4a72b8b121e16844de81a06ee68a1fa6cf242ab0.tar.gz |
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
Diffstat (limited to 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index fbb28f853ad..c0793fe36ab 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/06/01 11:23:36 rh Exp $ +# $NetBSD: Makefile,v 1.43 2000/06/13 10:40:27 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.kde.org/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm +DEPENDS= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= uulib-0.5.13:../../converters/uulib DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport DEPENDS+= kdebase-1.1.2:../../x11/kdebase |