diff options
author | ume <ume@FreeBSD.org> | 2003-08-28 23:53:34 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-08-28 23:53:34 +0800 |
commit | 30ddbe43205ccea5fc63caf70c9ae0dfa7b32f61 (patch) | |
tree | b7be62c0a0d30a3b3faed1062e55bec891665096 /mail | |
parent | d0e1917e9077a2f8689a2898cf33a3e71d310945 (diff) | |
download | freebsd-ports-gnome-30ddbe43205ccea5fc63caf70c9ae0dfa7b32f61.tar.gz freebsd-ports-gnome-30ddbe43205ccea5fc63caf70c9ae0dfa7b32f61.tar.zst freebsd-ports-gnome-30ddbe43205ccea5fc63caf70c9ae0dfa7b32f61.zip |
Use USE_OPENSSL.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 823d187b4eb9..85a6325bcb7b 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -64,7 +64,7 @@ HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ .include <bsd.port.pre.mk> -.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" +USE_OPENSSL= yes .if !defined(WITH_OPENSSL_BASE) CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index db8a12fc69de..76ea3379ea3d 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -111,7 +111,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 diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 724902c37e0a..c6e32e8eb3a6 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/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 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 diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 724902c37e0a..c6e32e8eb3a6 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/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 |