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 /graphics/iGMT | |
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 'graphics/iGMT')
-rw-r--r-- | graphics/iGMT/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index a1713256227..ca9c16d6866 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2001/11/29 01:12:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/13 17:37:10 fredb Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://op.gfz-potsdam.de/igmt/ @@ -15,7 +15,7 @@ DEPENDS+= tcl>=8.0:../../lang/tcl DEPENDS+= tk>=8.0:../../x11/tk DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript DEPENDS+= gv-[0-9]*:../../print/gv -DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick +DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick WRKSRC= ${WRKDIR}/igmt_1.2 NO_BUILD= yes |