diff options
author | ume <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
commit | 45a080980aab7e7917ab5df1c551b4ae3fca6723 (patch) | |
tree | cdf09347226fc2bb96588ce69c0919c1b5337d46 /mail/cyrus-imapd2/Makefile | |
parent | be1846c5afd391ee424efd87c44b4ca33e248b9b (diff) | |
download | FreeBSD-ports-45a080980aab7e7917ab5df1c551b4ae3fca6723.zip FreeBSD-ports-45a080980aab7e7917ab5df1c551b4ae3fca6723.tar.gz |
Specify full path of perl explicitly.
PR: ports/44545
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Diffstat (limited to 'mail/cyrus-imapd2/Makefile')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 9f3b5ce..22751f2 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} |