diff options
-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 |