Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 21:36:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337298 - head/net/freeradius2
Message-ID:  <201312232136.rBNLalG9055585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 23 21:36:47 2013
New Revision: 337298
URL: http://svnweb.freebsd.org/changeset/ports/337298

Log:
  Fix PYTHON option after getting rid of implicit lang/python dependency

Modified:
  head/net/freeradius2/Makefile

Modified: head/net/freeradius2/Makefile
==============================================================================
--- head/net/freeradius2/Makefile	Mon Dec 23 21:11:45 2013	(r337297)
+++ head/net/freeradius2/Makefile	Mon Dec 23 21:36:47 2013	(r337298)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232136.rBNLalG9055585>