diff options
author | tron <tron> | 2001-06-12 06:56:35 +0000 |
---|---|---|
committer | tron <tron> | 2001-06-12 06:56:35 +0000 |
commit | 58c84bec654c9373c333414557c4c8891676ebc5 (patch) | |
tree | 05ce1f137771ce4a0aa9fe9a39ae193384a11c47 /net | |
parent | ac1f5be0a9e42fd924c8bbfc83a0a6a2ab9be701 (diff) | |
download | pkgsrc-58c84bec654c9373c333414557c4c8891676ebc5.tar.gz |
Use wildcard dependence on "uulib" package.
Diffstat (limited to 'net')
-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 6e972a459c3..77ac7a42990 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2001/06/11 06:34:46 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2001/06/12 06:56:35 tron Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.kde.org/ COMMENT= Network modules for the KDE integrated X11 desktop DEPENDS= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= uulib-0.5.13:../../converters/uulib +DEPENDS+= uulib>=0.5.13:../../converters/uulib DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport DEPENDS+= kdebase-1.1.2:../../x11/kdebase |