diff options
author | ume <ume@FreeBSD.org> | 2002-05-19 14:28:20 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-05-19 14:28:20 +0000 |
commit | 8922d3ab3778b57cf37900d8548ec7ca704cb7e2 (patch) | |
tree | 3f8c73ad4e38d5022abcef118cbd62982bd80db3 /mail/cyrus-imapd | |
parent | 3e393c5e37fe14b5b8e97a289e921648217f02ab (diff) | |
download | FreeBSD-ports-8922d3ab3778b57cf37900d8548ec7ca704cb7e2.zip FreeBSD-ports-8922d3ab3778b57cf37900d8548ec7ca704cb7e2.tar.gz |
Add USE_PERL5=yes.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 5a99771..fba62bc 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 \ |