diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
commit | b5c9ea3acfaeef04b4eaf129ff7784ae6564035c (patch) | |
tree | 5c655c5ab3c1f49603253fa9e8584f07d065786a /mail/cyrus-imapd | |
parent | b41d6821b5a29da26bc467143923467dfe664bd1 (diff) |
Notes
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index daaea0f72983..c819d1140b99 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -32,7 +32,8 @@ CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-sasl=${LOCALBASE} \ --with-dbdir=${LOCALBASE} \ --with-auth=unix \ - --with-com_err + --with-com_err \ + --with-perl=${PERL5} .if defined(WITH_SNMP) # It seems not compilable due to lack of auto_nlist_value() in libucdagent. |