diff options
author | jschauma <jschauma> | 2003-03-12 21:02:24 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-12 21:02:24 +0000 |
commit | d530d0bec30f3c5e7b0c82ed5414a95de983dacf (patch) | |
tree | 085f08c135fbb33519e64d7f0dc6412684274790 /net/kdenetwork | |
parent | fb93152701bed80e746a10cf3660dbfa62791403 (diff) | |
download | pkgsrc-d530d0bec30f3c5e7b0c82ed5414a95de983dacf.tar.gz |
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |