Date: Thu, 20 Nov 2014 12:35:38 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372911 - head/sysutils/openipmi Message-ID: <201411201235.sAKCZc5B062213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Nov 20 12:35:37 2014 New Revision: 372911 URL: https://svnweb.freebsd.org/changeset/ports/372911 QAT: https://qat.redports.org/buildarchive/r372911/ Log: Fix python support. Sponsored by: Absolight Modified: head/sysutils/openipmi/Makefile Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Thu Nov 20 12:28:23 2014 (r372910) +++ head/sysutils/openipmi/Makefile Thu Nov 20 12:35:37 2014 (r372911) @@ -80,7 +80,7 @@ PLIST_SUB+= PERL="@comment " .if ${PORT_OPTIONS:MPYTHON} USES+= python -CONFIGURE_ARGS+= --with-python --with-swig +CONFIGURE_ARGS+= --with-python --with-swig ac_cv_path_pythonprog=${PYTHON_CMD} BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PLIST_SUB+= PYTHON="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201235.sAKCZc5B062213>