diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-29 17:24:51 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-29 17:24:51 +0000 |
commit | 4c1cd45e6fdbb440dfc2c2cf48371d89753502ba (patch) | |
tree | 0307e06ab636259432615f67076bb802128b8886 /wm/oroborox | |
parent | 723961ded732be0afafb9a11eb0d77297d9934d3 (diff) | |
download | pkgsrc-4c1cd45e6fdbb440dfc2c2cf48371d89753502ba.tar.gz |
Fix DEPENDS.
Diffstat (limited to 'wm/oroborox')
-rw-r--r-- | wm/oroborox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/oroborox/Makefile b/wm/oroborox/Makefile index c6a9160fa15..57082da1759 100644 --- a/wm/oroborox/Makefile +++ b/wm/oroborox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/01/29 14:13:11 rxg Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/29 17:24:51 rxg Exp $ # DISTNAME= OroboROX-0.9.7.9 @@ -12,7 +12,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://roxos.sunsite.dk/dev-contrib/guido/ COMMENT= The lightweight Window Manager for the ROX Desktop -DEPENDS+= rox-lib>=2.0.2nb1:../../sysutils/rox-lib +DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib WRKSRC= ${WRKDIR}/OroboROX DIST_SUBDIR= rox |