diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-12 18:37:24 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-12 18:37:24 +0000 |
commit | cfc39b77e51748a6cf5ba045d858401d3a28048c (patch) | |
tree | 4542a88724a3a45240272522785a1e3909b81dfb /graphics/pstoedit | |
parent | a7c389c6d31b5c3e3c8dcebc55e68007bb521d6a (diff) | |
download | ports-cfc39b77e51748a6cf5ba045d858401d3a28048c.tar.gz ports-cfc39b77e51748a6cf5ba045d858401d3a28048c.zip |
Notes
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} |