svn commit: r337298 - head/net/freeradius2

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 21:36:48 UTC 2013


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


More information about the svn-ports-head mailing list