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/fly | |
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/fly')
-rw-r--r-- | graphics/fly/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index b41d6bc6946..e45078d4715 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:34 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/03/13 17:37:05 fredb Exp $ DISTNAME= fly-1.6.5 +PKGREVISION= 1 CATEGORIES= graphics www MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ @@ -9,7 +10,7 @@ HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html COMMENT= command-file interface for creating and modifying PNG images BUILD_DEPENDS+= gif2png-2.4.2:../../graphics/gif2png -DEPENDS+= gd>=1.8.1:../../graphics/gd +DEPENDS+= gd>=1.8.4nb1:../../graphics/gd EVAL_PREFIX+= XPMDIR=xpm USE_X11= yes # (perhaps) -lXpm |