diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-04-04 14:25:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-04-04 14:25:28 +0800 |
commit | 5a84bcbdbd614876eb46ff3eea17665c7d43e9ae (patch) | |
tree | 8a4adde2fb6c71fcfe4cb6ad7f44b6b1255851f3 /sysutils | |
parent | 4979259c17eaf451b551df1f5ee7179cf48bf273 (diff) | |
download | freebsd-ports-gnome-5a84bcbdbd614876eb46ff3eea17665c7d43e9ae.tar.gz freebsd-ports-gnome-5a84bcbdbd614876eb46ff3eea17665c7d43e9ae.tar.zst freebsd-ports-gnome-5a84bcbdbd614876eb46ff3eea17665c7d43e9ae.zip |
- fix build when python is not 2.7
Reported by: Wojciech Kloska
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xen-guest-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xen-guest-tools/Makefile b/sysutils/xen-guest-tools/Makefile index 2b8b95583143..82873bdea1ce 100644 --- a/sysutils/xen-guest-tools/Makefile +++ b/sysutils/xen-guest-tools/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 \ ${LOCALBASE}/lib/libyajl.so:devel/yajl -USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig +USES= gmake python:2.7:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} PYTHON_PATH=${PYTHON_CMD} |