diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-13 02:37:24 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-13 02:37:24 +0800 |
commit | f1ddce2ced123bbdea51d32e7832acfb2ce14416 (patch) | |
tree | 0dc25c9cd796638216aaf7243eab45620f460975 /graphics/pstoedit | |
parent | 9a78e938a2a7a132e9bde3350b17a67dfb80232e (diff) | |
download | freebsd-ports-gnome-f1ddce2ced123bbdea51d32e7832acfb2ce14416.tar.gz freebsd-ports-gnome-f1ddce2ced123bbdea51d32e7832acfb2ce14416.tar.zst freebsd-ports-gnome-f1ddce2ced123bbdea51d32e7832acfb2ce14416.zip |
Bump libMagick++ soversion.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 5095e3db679d..f6660e64a897 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,6 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -20,7 +21,7 @@ GSPORT?= print/ghostscript-gnu .endif BUILD_DEPENDS= gs:${PORTSDIR}/${GSPORT} -LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} |