diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-03 13:40:17 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-03 13:40:17 +0000 |
commit | 25070dfbf4b492067624d36aef38f6962acdb30d (patch) | |
tree | e510608c9475913a1cf526779261c7fb000a4f9b /mail/cyrus-imapd2 | |
parent | 34e82e90bd1a44d454a885181dc16353a9954f32 (diff) | |
download | ports-25070dfbf4b492067624d36aef38f6962acdb30d.tar.gz ports-25070dfbf4b492067624d36aef38f6962acdb30d.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 9e832a616c45..282fef93b819 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -112,6 +112,11 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSD RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser .endif +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" +#.if !defined(WITH_OPENSSL_BASE) +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +#.endif + pre-everything:: .if !defined(WITH_BDB_VER) @if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \ |