diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-01-10 01:05:05 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-01-10 01:05:05 +0000 |
commit | 70791166f0574491ae151e93e617b04dbd265d35 (patch) | |
tree | bc1046f3fe8f7b7041af1ab651591f648feb5546 /wm | |
parent | 0123663ba5e40d7ba7f2a8646bb96f2f7a1764d8 (diff) | |
download | pkgsrc-70791166f0574491ae151e93e617b04dbd265d35.tar.gz |
Oops; fix sawfish-replibs depend.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 7f5b0c2f03b..0b8a9c845dc 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/01/10 01:02:35 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/10 01:05:05 mycroft Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -6,7 +6,7 @@ PKGNAME= sawfish-${SF_VERS} COMMENT= GNOME-aware window manager that is fully configurable in Lisp -DEPENDS+= sawfish-replibs-${SF_VERS}nb2:../../wm/sawfish-replibs +DEPENDS+= sawfish-replibs-${SF_VERS}:../../wm/sawfish-replibs USE_X11BASE= # defined |