summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-23 21:36:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-23 21:36:47 +0000
commitd8a66fd80cbbc680c74f74c410dec642c6054787 (patch)
treee431983d8320b9a89011fffcc879c007ce1d690c /net
parentFix some symlinks after getting rid of implicit lang/python dependency (diff)
Fix PYTHON option after getting rid of implicit lang/python dependency
Notes
Notes: svn path=/head/; revision=337298
Diffstat (limited to 'net')
-rw-r--r--net/freeradius2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index df49872d0ceb..1e0f202b5c43 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -178,6 +178,7 @@ USE_PYTHON= yes
CONFIGURE_ARGS+=--with-rlm_python \
--with-rlm-python-lib-dir=${PYTHON_LIBDIR} \
--with-rlm-python-include-dir=${PYTHON_INCLUDEDIR}
+CONFIGURE_ENV+= PYTHONBIN=${PYTHON_CMD}
PLIST_SUB+= RLMPYTHON=""
.else
CONFIGURE_ARGS+=--without-rlm_python
@@ -229,7 +230,7 @@ EXPM= yes
# Oracle support is experimental under FreeBSD
.if ${PORT_OPTIONS:MOCI8}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-exec.c
-CONFIGURE_ENV= ORACLE_HOME="${ORACLE_HOME}"
+CONFIGURE_ENV+= ORACLE_HOME="${ORACLE_HOME}"
ORACLE_HOME?= ${LOCALBASE}/oracle8-client
BUILD_DEPENDS+= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client
CONFIGURE_ARGS+=--with-oracle-home-dir=${ORACLE_HOME}/rdbms/demo