summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-08-28 15:53:34 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-08-28 15:53:34 +0000
commit646d8a6bc50cc8047d9e61de00f0ef08970ff547 (patch)
treee1ff66c999af2e10d1bbc816274ab11911a399a0 /mail/cyrus-imapd23
parent- use hook for bsd.openssl.mk (diff)
Use USE_OPENSSL.
Notes
Notes: svn path=/head/; revision=87909
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r--mail/cyrus-imapd23/Makefile2
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