diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-15 08:07:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-15 08:07:07 +0000 |
commit | 16f05ae2c56753d647bd94e157a538ff22919d7f (patch) | |
tree | f495df95f785069d2f67edcd26821d30013b14a7 /wm | |
parent | 4b13d72bd079fe6facce1bfd43611f52ead3597d (diff) | |
download | pkgsrc-16f05ae2c56753d647bd94e157a538ff22919d7f.tar.gz |
Fix dependency lines.
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 0c8dac98cd1..858a23d4809 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/15 08:10:16 wiz Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -6,7 +6,7 @@ PKGREVISION= 7 COMMENT= GNOME-aware window manager that is fully configurable in Lisp -DEPENDS+= sawfish-replibs-${SF_VERS}nb3:../../wm/sawfish-replibs +DEPENDS+= sawfish-replibs-${SF_VERS}nb4:../../wm/sawfish-replibs USE_X11BASE= # defined |