diff options
author | wiz <wiz> | 2003-07-13 17:54:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-13 17:54:29 +0000 |
commit | d2ff8316e5784e2f092e5b501e434c3c6a64c042 (patch) | |
tree | 049d6d84b089d6ab2ba64c5f6ce5fb229bf7d18c /net | |
parent | 9ec39029dfc96e7c034561d8739f9adc593e3278 (diff) | |
download | pkgsrc-d2ff8316e5784e2f092e5b501e434c3c6a64c042.tar.gz |
Update DEPENDS.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork/Makefile | 6 | ||||
-rw-r--r-- | net/kmap/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 9c6f9d74a5a..5edc5667c64 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2003/06/02 01:17:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.64 2003/07/13 17:57:41 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # DISTNAME= kdenetwork-1.1.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1 EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ COMMENT= Network modules for the KDE integrated X11 desktop DEPENDS= gdbm>=1.8.3:../../databases/gdbm DEPENDS+= uulib>=0.5.13:../../converters/uulib DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport -DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes diff --git a/net/kmap/Makefile b/net/kmap/Makefile index 3a4ad964b43..d18dbbdb021 100644 --- a/net/kmap/Makefile +++ b/net/kmap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/03/12 21:02:25 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/13 17:58:48 wiz Exp $ # DISTNAME= kmap-0.5.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= kde net security MASTER_SITES= http://www.islc.net/~icszepp/kmap/ @@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.islc.net/~icszepp/kmap/ COMMENT= KDE based frontend for the popular portscanning utility nmap -DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase DEPENDS+= nmap>=2.12:../../net/nmap USE_X11BASE= yes # To get this near KDE |