diff options
author | mycroft <mycroft> | 2003-01-10 01:05:05 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-01-10 01:05:05 +0000 |
commit | abb3b3ab794f08115b12db0193cea90693acb38a (patch) | |
tree | bc1046f3fe8f7b7041af1ab651591f648feb5546 /wm/sawfish/Makefile | |
parent | c8c9b4ba4a889c5909235f4eaeb6bb53af323766 (diff) | |
download | pkgsrc-abb3b3ab794f08115b12db0193cea90693acb38a.tar.gz |
Oops; fix sawfish-replibs depend.
Diffstat (limited to 'wm/sawfish/Makefile')
-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 |