aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 18:46:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 18:46:26 +0000
commit887705439d9a614a332f6af33c9a41e8c8de7c5f (patch)
treef148e2214baf3a9bcb3e4f6c02c24b664722accb /mail
parent92860904a6a00ff28d9d28ed72d250046ecf41b2 (diff)
downloadports-887705439d9a614a332f6af33c9a41e8c8de7c5f.tar.gz
ports-887705439d9a614a332f6af33c9a41e8c8de7c5f.zip
mail/libpst: Use ImageMagick 7
- Bump PORTREVISION for dependency change
Diffstat (limited to 'mail')
-rw-r--r--mail/libpst/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile
index cbec84b56ee2..983842989dce 100644
--- a/mail/libpst/Makefile
+++ b/mail/libpst/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libpst
PORTVERSION= 0.6.76
+PORTREVISION= 1
CATEGORIES= mail converters
MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \
https://fossies.org/unix/privat/ \
@@ -29,8 +30,8 @@ OPTIONS_SUB= yes
PST2DII_DESC= Allow Summation Document Image Information output
PST2DII_CONFIGURE_ENABLE= dii
-PST2DII_USES= localbase magick:6,build,run
PST2DII_LIB_DEPENDS= libgd.so:graphics/gd
+PST2DII_USES= localbase magick:7,build,run
post-patch:
@${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'