From 04ca7c89a52e474a84b3f37c7295eead4dcd83cf Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 29 Oct 2005 16:12:37 +0000 Subject: [PATCH] Update dependency since 9rc was renamed. Patches provided by Leonard Schmidt in PR pkg/31945. Bump PKGREVISION. --- wm/wmii/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile index 57fa7091514f..9f059bf4d7bc 100644 --- a/wm/wmii/Makefile +++ b/wm/wmii/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/23 20:39:03 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/29 16:12:37 minskim Exp $ # DISTNAME= wmii-20051017 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://wmii.de/snaps/ @@ -9,7 +10,7 @@ MAINTAINER= lems@gmx.net HOMEPAGE= http://wmii.de/ COMMENT= Modular and keyboard-friendly window manager -DEPENDS+= 9rc-[0-9]*:../../shells/9rc +DEPENDS+= 9base-[0-9]*:../../sysutils/9base USE_PKGINSTALL= yes NO_CONFIGURE= yes