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'