diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 6f3fde27db897874de706ce34882f6ee2cb4523f (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /graphics/pstoedit/Makefile | |
parent | 39efccc163d8b191943eada35beb1ec610c3dd79 (diff) | |
download | pkgsrc-6f3fde27db897874de706ce34882f6ee2cb4523f.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/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 7250b5e72db..342f048f664 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:16 fredb Exp $ DISTNAME= pstoedit_3_20 PKGNAME= pstoedit-3.20 +PKGREVISION= 1 CATEGORIES= converters graphics print MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ EXTRACT_SUFX= .zip @@ -11,7 +12,7 @@ HOMEPAGE= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ COMMENT= Convert PostScript / PDF into various vector graphic formats # Requires C++ support of plotutils. -DEPENDS+= plotutils-2.4.1:../../graphics/plotutils +DEPENDS+= plotutils>=2.4.1nb1:../../graphics/plotutils # Any ghostscript pkg will probably do, if not a font pkg. DEPENDS+= ghostscript-[^f]*:../../print/ghostscript |