summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2
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-imapd2
parentChase gnumeric homepage. (diff)
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-imapd2')
-rw-r--r--mail/cyrus-imapd2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile
index 9f3b5cea81e1..22751f2f82c9 100644
--- a/mail/cyrus-imapd2/Makefile
+++ b/mail/cyrus-imapd2/Makefile
@@ -32,7 +32,8 @@ CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \
--with-sasl=${LOCALBASE} \
--with-bdb-libdir=${LOCALBASE}/lib \
--with-auth=unix \
- --with-com_err
+ --with-com_err \
+ --with-perl=${PERL5}
.if defined(WITH_BDB_VER)
USE_BDB_VER= ${WITH_BDB_VER}