diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /wm/sawfish | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 3 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index b9661a9fb77..e5e8d56c129 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:44 seb Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:47 fredb Exp $ # PKGNAME= sawfish-${SF_VERS} +PKGREVISION= 1 COMMENT= GNOME-aware window manager that is fully configurable in Lisp diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index 1be4359718d..eb4a7c0401c 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.6 2002/02/18 15:14:44 seb Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/03/13 17:37:47 fredb Exp $ DISTNAME= sawfish-${SF_VERS} +PKGREVISION= 1 SF_VERS= 1.0.1 CATEGORIES= x11 gnome wm MASTER_SITES= http://prdownloads.sourceforge.net/sawmill/ @@ -10,7 +11,7 @@ HOMEPAGE= http://sawmill.sourceforge.net/ DEPENDS+= librep>=0.14:../../lang/librep DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk -DEPENDS+= imlib>=1.8.2:../../graphics/imlib +DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib DEPENDS+= control-center-[0-9]*:../../x11/controlcenter USE_X11= # defined |