diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-11-10 19:57:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-11-10 19:57:07 +0000 |
commit | 289883b11b6d306dfca0bb78c7784880c0944289 (patch) | |
tree | 0b5ef334a151c39e9372903664b7ca648b9009bb /mail | |
parent | 31914187382ef900631687fa9bf956c935ed6147 (diff) | |
download | ports-289883b11b6d306dfca0bb78c7784880c0944289.tar.gz ports-289883b11b6d306dfca0bb78c7784880c0944289.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 4 | ||||
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 5d9732c3f09a..35bb33100546 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -28,11 +28,11 @@ USES= gmake iconv libtool pathfix pkgconfig PORTDOCS= * -PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick +PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick6 PST2DII_CONFIGURE_OFF= --enable-dii=no PST2DII_CONFIGURE_ON= --enable-dii=yes PST2DII_LIB_DEPENDS= libgd.so:graphics/gd -PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick +PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick6 post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 0ff2ed66a751..384dde6008aa 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -42,7 +42,7 @@ LEARNSPAM_DESC= Learn HAM/SPAM LEARNSPAM_IMPLIES= SPAMCHECK LSOF_DESC= lsof LSOF_RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:sysutils/lsof -MAGICK_RUN_DEPENDS= convert:graphics/ImageMagick +MAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6 PAM_DESC= PAM PAM_RUN_DEPENDS= p5-Authen-PAM>=0:security/p5-Authen-PAM POP3_OVER_SSL_DESC= POP3 Over SSL |