diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-28 15:53:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-28 15:53:34 +0000 |
commit | 646d8a6bc50cc8047d9e61de00f0ef08970ff547 (patch) | |
tree | e1ff66c999af2e10d1bbc816274ab11911a399a0 /mail/cyrus-imapd23/Makefile | |
parent | cb9738f3b67018b04ee5dea929fb0be1cf0e5e4c (diff) |
Notes
Diffstat (limited to 'mail/cyrus-imapd23/Makefile')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 724902c37e0a..c6e32e8eb3a6 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -133,7 +133,7 @@ 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" +USE_OPENSSL= yes .if !defined(WITH_OPENSSL_BASE) CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif |