diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-08-02 18:50:52 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-08-02 18:50:52 +0000 |
commit | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (patch) | |
tree | 3172f0ebb4d3c4cff4b7f7934b0e43771f00c466 /emulators/qemu-devel/Makefile | |
parent | - Fix INDEX (diff) |
- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]
- Remove a double word in pkg-message.
PR: ports/180997 [1]
Submitted by: nwhitehorn
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 38614fa8c141..555d533e1359 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USES= gmake pkgconfig USE_PERL5_BUILD= yes -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= -2.7 USE_GNOME+= glib20 PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" @@ -214,6 +214,8 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin .endif +CONFIGURE_ARGS+= --python=${PYTHON_CMD} + # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much post-patch: |