diff options
Diffstat (limited to 'graphics/GraphicsMagick12/Makefile')
-rw-r--r-- | graphics/GraphicsMagick12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index 24f8de983526..c778df6d5b43 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -7,7 +7,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ @@ -22,7 +22,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ jbig:${PORTSDIR}/graphics/jbigkit \ wmflite:${PORTSDIR}/graphics/libwmf \ xml2:${PORTSDIR}/textproc/libxml2 \ - ltdl:${PORTSDIR}/devel/libltdl15 + ltdl:${PORTSDIR}/devel/libltdl22 OTHERGRAPHICS= jasper jpeg lcms png tiff LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off \ @@ -33,7 +33,7 @@ OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off \ TESTS "Run bundled self-tests after build" on USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_BZIP2= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes |