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/wmthemes | |
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/wmthemes')
-rw-r--r-- | wm/wmthemes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index 888a33fcfdb..cf236802dc9 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/12/19 15:35:40 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/13 17:37:49 fredb Exp $ # # There is no distinfo file since the files change contents so often on the @@ -6,6 +6,7 @@ # DISTNAME= wmthemes-0.62nb1 +PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= http://download.themes.org/wm/ DISTFILES= ${THEME_FILES} @@ -14,7 +15,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wm.themes.org/ COMMENT= Themes for the window manager WindowMaker -DEPENDS+= windowmaker-[0-9]*:../../wm/windowmaker +DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker DIST_SUBDIR= wmthemes |