diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-20 12:35:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-20 12:35:37 +0000 |
commit | 80845d543ab80b0bd6035d5eb49d6d1adf552569 (patch) | |
tree | 58c5d7add9c81783ebae7f54ed9752069d405a0d /sysutils/openipmi | |
parent | 23df33097c57f749b5184b7913a97462eb9e7df0 (diff) |
Notes
Diffstat (limited to 'sysutils/openipmi')
-rw-r--r-- | sysutils/openipmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index ba69158354cb..784430d7540d 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -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 |