diff options
author | tron <tron@pkgsrc.org> | 2001-06-11 18:11:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-06-11 18:11:55 +0000 |
commit | 8dfb35941b24592ff7bbf64d97e96b1809a6e385 (patch) | |
tree | 70051f8ec270fc4a2b82ca2bf935b703ae97229b /net/kdenetwork2/Makefile | |
parent | 13de9c340a6c26b29f5e4c7bad38e1c5fcf5f1e8 (diff) | |
download | pkgsrc-8dfb35941b24592ff7bbf64d97e96b1809a6e385.tar.gz |
Use wildcard dependence on "uulib" package.
Diffstat (limited to 'net/kdenetwork2/Makefile')
-rw-r--r-- | net/kdenetwork2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 90623d400ef..01b69bcd2bd 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/24 18:33:55 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/11 18:11:55 tron Exp $ # DISTNAME= kdenetwork-2.1 @@ -7,7 +7,7 @@ CATEGORIES= net kde 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+= ptl>=2.1.7:../../devel/ptl2 DEPENDS+= kdesupport-2.1:../../converters/kdesupport2 DEPENDS+= kdebase-2.1:../../x11/kdebase2 |