1
0
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:
Hajimu UMEMOTO 2003-04-28 19:03:04 +00:00
parent b41d6821b5
commit b5c9ea3acf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79804
5 changed files with 10 additions and 5 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}