diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-21 05:39:18 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-21 05:39:18 +0000 |
commit | 47dcb815ea6f406cc7deb00532ecfcc0bdcbea6f (patch) | |
tree | 4cb94542f6fd3681c5b3bfb5d32ae1951aa1747c /wm | |
parent | 895b7a9cb81c49f1c5a36af2c0cd0300309e8bb3 (diff) | |
download | pkgsrc-47dcb815ea6f406cc7deb00532ecfcc0bdcbea6f.tar.gz |
Bump PKGREVISION and dependencies in lock step for sawfish and friends
because of the change to MACHINE_GNU_PLATFORM for certain ports.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish-replibs/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile | 6 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 7 |
3 files changed, 8 insertions, 9 deletions
diff --git a/wm/sawfish-replibs/Makefile b/wm/sawfish-replibs/Makefile index 4d67210b65c..6799a046c89 100644 --- a/wm/sawfish-replibs/Makefile +++ b/wm/sawfish-replibs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:47 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/21 05:39:19 fredb Exp $ # PKGNAME= sawfish-replibs-${SF_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= librep Lisp libraries for sawfish diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 59308a3ec95..f074e0b1271 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2002/03/14 00:48:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/21 05:39:20 fredb Exp $ # PKGNAME= sawfish-${SF_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GNOME-aware window manager that is fully configurable in Lisp -DEPENDS+= sawfish-replibs-${SF_VERS}nb1:../../wm/sawfish-replibs +DEPENDS+= sawfish-replibs-${SF_VERS}nb2:../../wm/sawfish-replibs USE_X11BASE= # defined diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index eb4a7c0401c..f414074a776 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.7 2002/03/13 17:37:47 fredb Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/03/21 05:39:20 fredb Exp $ DISTNAME= sawfish-${SF_VERS} -PKGREVISION= 1 SF_VERS= 1.0.1 CATEGORIES= x11 gnome wm MASTER_SITES= http://prdownloads.sourceforge.net/sawmill/ @@ -9,8 +8,8 @@ MASTER_SITES= http://prdownloads.sourceforge.net/sawmill/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://sawmill.sourceforge.net/ -DEPENDS+= librep>=0.14:../../lang/librep -DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk +DEPENDS+= librep>=0.15.1nb1:../../lang/librep +DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib DEPENDS+= control-center-[0-9]*:../../x11/controlcenter |