svn commit: r324872 - head/devel/git
Marcus von Appen
mva at FreeBSD.org
Sat Aug 17 22:13:25 UTC 2013
Author: mva
Date: Sat Aug 17 22:13:24 2013
New Revision: 324872
URL: http://svnweb.freebsd.org/changeset/ports/324872
Log:
- Be explicit about the Python version to be used for the CONTRIB and
MP4 options
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Sat Aug 17 22:11:56 2013 (r324871)
+++ head/devel/git/Makefile Sat Aug 17 22:13:24 2013 (r324872)
@@ -227,7 +227,7 @@ ALL_TARGET= all strip
.if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB}
USE_PYTHON= yes
PLIST_SUB+= PYTHON_VER=${PYTHON_VER} PYTHON=""
-CONFIGURE_ARGS+= --with-python=${LOCALBASE}/bin/python
+CONFIGURE_ARGS+= --with-python=${PYTHON_CMD}
.else
CONFIGURE_ARGS+= --without-python
PLIST_SUB+= PYTHON="@comment "
More information about the svn-ports-head
mailing list