diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-02-05 15:17:25 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-02-05 15:47:43 +0000 |
commit | faac1ffc06802173f9efbf1191b5db5a1ae4cc87 (patch) | |
tree | 2bfc4cb4dea591f051d93d21865de55d8e0a8718 /mail/libpst | |
parent | 7e6469d2080e4783a732fede393b43244360b372 (diff) | |
download | ports-faac1ffc06802173f9efbf1191b5db5a1ae4cc87.tar.gz ports-faac1ffc06802173f9efbf1191b5db5a1ae4cc87.zip |
Diffstat (limited to 'mail/libpst')
-rw-r--r-- | mail/libpst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 088f943b845b..397886775784 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpst PORTVERSION= 0.6.76 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail converters MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \ https://fossies.org/unix/privat/ \ @@ -30,7 +30,7 @@ PST2DII_DESC= Allow Summation Document Image Information output PST2DII_CONFIGURE_ENABLE= dii PST2DII_LIB_DEPENDS= libgd.so:graphics/gd -PST2DII_USES= localbase magick:7,build,run +PST2DII_USES= localbase magick:build,run post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' |