diff options
author | ume <ume@FreeBSD.org> | 2003-05-03 13:40:17 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-05-03 13:40:17 +0000 |
commit | a318dc6e35b38fc0e940d4d53d0663701e679a11 (patch) | |
tree | d5cbc64acb09f429a37279b149df40fe84d72fef /mail/cyrus-imapd23/Makefile | |
parent | 11a3696ba4a3b83ab419cdc3cf67a2c549f52f55 (diff) | |
download | FreeBSD-ports-a318dc6e35b38fc0e940d4d53d0663701e679a11.zip FreeBSD-ports-a318dc6e35b38fc0e940d4d53d0663701e679a11.tar.gz |
Add dependency to OpenSSL.
Diffstat (limited to 'mail/cyrus-imapd23/Makefile')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index f8c9726..5d59cef 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -137,6 +137,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 \ |