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 | |
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>
-rw-r--r-- | mail/cyrus-imapd/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index daaea0f..c819d11 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. 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} diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 015b860..f8c9726 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} diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 015b860..f8c9726 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/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} diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 015b860..f8c9726 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/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} |