diff options
author | ume <ume@FreeBSD.org> | 2003-04-29 03:03:04 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-04-29 03:03:04 +0800 |
commit | 45a080980aab7e7917ab5df1c551b4ae3fca6723 (patch) | |
tree | cdf09347226fc2bb96588ce69c0919c1b5337d46 /mail/cyrus-imapd | |
parent | be1846c5afd391ee424efd87c44b4ca33e248b9b (diff) | |
download | freebsd-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-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 daaea0f7298..c819d1140b9 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. |