aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-04-28 19:03:04 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-04-28 19:03:04 +0000
commitb5c9ea3acfaeef04b4eaf129ff7784ae6564035c (patch)
tree5c655c5ab3c1f49603253fa9e8584f07d065786a /mail/cyrus-imapd
parentb41d6821b5a29da26bc467143923467dfe664bd1 (diff)
downloadports-b5c9ea3acfaeef04b4eaf129ff7784ae6564035c.tar.gz
ports-b5c9ea3acfaeef04b4eaf129ff7784ae6564035c.zip
Specify full path of perl explicitly.
PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes
Notes: svn path=/head/; revision=79804
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r--mail/cyrus-imapd/Makefile3
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.