diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
commit | 5ecc9f02e7b40af21cd919621c5b209333328f73 (patch) | |
tree | 085f08c135fbb33519e64d7f0dc6412684274790 /net | |
parent | fdfc6335ceb651855d36b75661a29e1e2ec5ea02 (diff) | |
download | pkgsrc-5ecc9f02e7b40af21cd919621c5b209333328f73.tar.gz |
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork/Makefile | 4 | ||||
-rw-r--r-- | net/kmap/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 89185888c96..cd3b433aeb3 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2002/11/01 16:34:40 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2003/03/12 21:02:24 jschauma Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -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.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes diff --git a/net/kmap/Makefile b/net/kmap/Makefile index e90ab7a6094..3a4ad964b43 100644 --- a/net/kmap/Makefile +++ b/net/kmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:31 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/12 21:02:25 jschauma Exp $ # DISTNAME= kmap-0.5.6 @@ -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.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase DEPENDS+= nmap>=2.12:../../net/nmap USE_X11BASE= yes # To get this near KDE |