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 /misc | |
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 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index 5fb9f8fee2b..5bc9df93dbc 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2002/12/25 16:59:03 grant Exp $ +# $NetBSD: Makefile,v 1.48 2003/03/12 21:02:25 jschauma Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= Various utilities for the KDE integrated X11 desktop -DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes |