mail/libpst: Use ImageMagick 7

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-12-22 02:46:26 +08:00
parent 92860904a6
commit 887705439d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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'