aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-02-02 22:44:22 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-02-02 22:44:22 +0000
commitdbf205802f933a384b34bdc8aa5acb939ab9563c (patch)
tree2509eba08d1d372f04f449d028ae9aa831eb3602 /graphics/ImageMagick
parentbb9cc0d2762d9723778614c6ebf42fc5772417b8 (diff)
downloadports-dbf205802f933a384b34bdc8aa5acb939ab9563c.tar.gz
ports-dbf205802f933a384b34bdc8aa5acb939ab9563c.zip
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index dac0fb2645c2..e0f0cf2e2897 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.8.0-7
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
@@ -397,6 +397,12 @@ post-patch:
# deprecated gvCleanup
@${REINPLACE_CMD} -e "s|gvCleanup|gvFreeContext|g" \
${WRKSRC}/coders/dot.c
+# freetype headers are in freetype2/ nowadays
+ @${REINPLACE_CMD} -e "s|freetype/|freetype2/|g" \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/coders/ttf.c \
+ ${WRKSRC}/magick/annotate.c \
+ ${WRKSRC}/www/api/MagickCore/annotate_8c.html
pre-configure:
.if defined(_IMAGEMAGICK_THREADS_PERL_MSG)