diff options
author | tron <tron> | 2001-06-11 18:11:55 +0000 |
---|---|---|
committer | tron <tron> | 2001-06-11 18:11:55 +0000 |
commit | 23312a564336944fb214efaadc98b1afa35052b3 (patch) | |
tree | 70051f8ec270fc4a2b82ca2bf935b703ae97229b /net/kdenetwork2/Makefile | |
parent | 34d195f8bd1e15bdeb345d881f2c02cf9cb35174 (diff) | |
download | pkgsrc-23312a564336944fb214efaadc98b1afa35052b3.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 |