Skip to content

Commit

Permalink
mail/libpst: Relax USES=magick to use default version
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency change
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent 7e6469d commit faac1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail/libpst/Makefile
Original file line number Diff line number Diff line change
@@ -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/ \
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit faac1ff

Please sign in to comment.