diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 00:48:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 00:48:18 +0000 |
commit | f0760ffa797c220582363ced1a58a437eca22991 (patch) | |
tree | 3a058c47f67cc01c743a8da17744ce86a9ce4c69 /wm/sawfish | |
parent | e11ea722705e0760aae75edbc02ccee984e436e7 (diff) | |
download | pkgsrc-f0760ffa797c220582363ced1a58a437eca22991.tar.gz |
Fix sawfish-replibs dependency.
Diffstat (limited to 'wm/sawfish')
-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 e5e8d56c129..59308a3ec95 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:47 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/14 00:48:18 wiz Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -6,7 +6,7 @@ PKGREVISION= 1 COMMENT= GNOME-aware window manager that is fully configurable in Lisp -DEPENDS+= sawfish-replibs-${SF_VERS}:../../wm/sawfish-replibs +DEPENDS+= sawfish-replibs-${SF_VERS}nb1:../../wm/sawfish-replibs USE_X11BASE= # defined |