aboutsummaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-08-17 22:13:24 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-08-17 22:13:24 +0000
commit6560e9116b7a8a0de7b800c4764cd4e20aa99299 (patch)
tree5c7c9c718abdd62a9fadedcfd9177c94ff5860d0 /devel/git
parent0b76d5eca8d0e5f82b47e5595dbcf5dad99ce967 (diff)
downloadports-6560e9116b7a8a0de7b800c4764cd4e20aa99299.tar.gz
ports-6560e9116b7a8a0de7b800c4764cd4e20aa99299.zip
Notes
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 1a236f41f499..3174d794f2b3 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -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 "