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/windowmaker | |
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/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 3 | ||||
-rw-r--r-- | wm/windowmaker/buildlink.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index de7866ebfb6..6c9b44e37d6 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2001/12/25 15:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/13 17:37:48 fredb Exp $ DISTNAME= WindowMaker-0.80.0 PKGNAME= windowmaker-0.80.0 +PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/ diff --git a/wm/windowmaker/buildlink.mk b/wm/windowmaker/buildlink.mk index 9fcbe761568..94494ab8cf1 100644 --- a/wm/windowmaker/buildlink.mk +++ b/wm/windowmaker/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.8 2001/10/05 14:16:37 wiz Exp $ +# $NetBSD: buildlink.mk,v 1.9 2002/03/13 17:37:48 fredb Exp $ # # This Makefile fragment is included by packages that use windowmaker. # @@ -17,7 +17,7 @@ WINDOWMAKER_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.windowmaker?= windowmaker>=0.70.0 +BUILDLINK_DEPENDS.windowmaker?= windowmaker>=0.80.0nb1 DEPENDS+= ${BUILDLINK_DEPENDS.windowmaker}:../../wm/windowmaker EVAL_PREFIX+= BUILDLINK_PREFIX.windowmaker=windowmaker |