diff options
author | minskim <minskim> | 2005-10-29 16:12:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-29 16:12:37 +0000 |
commit | f5ab360a27c9bda2b5b7051c2f3b20b57292d06f (patch) | |
tree | 476ab79f9fff67773384a47737715d5b9a1dee51 /wm/wmii | |
parent | f3577c0de75a26785920c91a347041a48f677030 (diff) | |
download | pkgsrc-f5ab360a27c9bda2b5b7051c2f3b20b57292d06f.tar.gz |
Update dependency since 9rc was renamed. Patches provided by Leonard
Schmidt in PR pkg/31945.
Bump PKGREVISION.
Diffstat (limited to 'wm/wmii')
-rw-r--r-- | wm/wmii/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile index 57fa7091514..9f059bf4d7b 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 |