aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd22
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-04-29 03:03:04 +0800
committerume <ume@FreeBSD.org>2003-04-29 03:03:04 +0800
commit45a080980aab7e7917ab5df1c551b4ae3fca6723 (patch)
treecdf09347226fc2bb96588ce69c0919c1b5337d46 /mail/cyrus-imapd22
parentbe1846c5afd391ee424efd87c44b4ca33e248b9b (diff)
downloadfreebsd-ports-graphics-45a080980aab7e7917ab5df1c551b4ae3fca6723.tar.gz
freebsd-ports-graphics-45a080980aab7e7917ab5df1c551b4ae3fca6723.tar.zst
freebsd-ports-graphics-45a080980aab7e7917ab5df1c551b4ae3fca6723.zip
Specify full path of perl explicitly.
PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org>
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r--mail/cyrus-imapd22/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index 015b86046af..f8c97262f25 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -30,7 +30,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}