diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-13 17:54:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-13 17:54:29 +0000 |
commit | 2d9b835f6bf1811aa6ec46404ceef7b29f311f8c (patch) | |
tree | 049d6d84b089d6ab2ba64c5f6ce5fb229bf7d18c /misc | |
parent | af108015fccf7412946380e49c8536a3a4001f09 (diff) | |
download | pkgsrc-2d9b835f6bf1811aa6ec46404ceef7b29f311f8c.tar.gz |
Update DEPENDS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index f0395da4022..834b8dc5cc3 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2003/06/02 01:18:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/13 17:58:07 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # DISTNAME= kdeutils-1.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1 EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= Various utilities for the KDE integrated X11 desktop -DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes |