diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
commit | e8e8d1ed233079a29267a3e400cb7421861da7d8 (patch) | |
tree | 88667e0cd9eb3f3b8ae110c9ab45b0df498a20d9 /graphics/pstoedit | |
parent | - Update to 6.2.0-5 (diff) |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Notes
Notes:
svn path=/head/; revision=130479
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 1835e8508457..077570a06a60 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -16,7 +16,7 @@ COMMENT= Convert PostScript to other vector graphic formats USE_GHOSTSCRIPT= yes -LIB_DEPENDS= Magick++.7:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick++.8:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils \ EMF.1:${PORTSDIR}/graphics/libemf |