diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-05-19 14:28:20 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-05-19 14:28:20 +0000 |
commit | 6e7e5477817034815680c35c228f7e518e86e751 (patch) | |
tree | d7fafc6615f57452382ac814e63ff0bab6ca10a0 /mail | |
parent | Unbreak build, since we need testers now the setup works. (diff) |
Add USE_PERL5=yes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 5a997716c5ea..fba62bc5be05 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 5a997716c5ea..fba62bc5be05 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 5a997716c5ea..fba62bc5be05 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 5a997716c5ea..fba62bc5be05 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 5a997716c5ea..fba62bc5be05 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ |