diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
commit | 7166660e0869e600de95f00511736db4bf628d2d (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /wm/sawfish | |
parent | 0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff) | |
download | pkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 6 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 0b8a9c845dc..cbc4db202e9 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2003/01/10 01:05:05 mycroft Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/02 11:56:37 wiz Exp $ # PKGNAME= sawfish-${SF_VERS} -#PKGREVISION= 2 +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 diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index c656f50e972..2ac2c5b3a46 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2003/01/10 07:54:44 cjep Exp $ +# $NetBSD: Makefile.common,v 1.14 2003/05/02 11:56:37 wiz Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 +PKGREVISION= 1 SF_VERS= 1.2 CATEGORIES= x11 gnome wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} |