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/mgl | |
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/mgl')
-rw-r--r-- | graphics/mgl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index a94dcc95713..d14b7d39cd2 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:12 fredb Exp $ # DISTNAME= mgl2-alpha-020 PKGNAME= mgl-0.2.0a +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://at.sakura.ne.jp/~suz/arc/ @@ -11,7 +12,7 @@ HOMEPAGE= http://www.netbsd.org/Ports/hpcmips/mgl2.html COMMENT= Graphics library for NEC Mobilegear/PocketBSD, NetBSD/hpcmips DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= libungif>=4.1.0:../../graphics/libungif DEPENDS+= mglfonts>=0.1:../../fonts/mglfonts |