mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Specify full path of perl explicitly.
PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org>
This commit is contained in:
parent
b41d6821b5
commit
b5c9ea3acf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79804
@ -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.
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user