From 0867f4be94607a3ad12daf460b2a80d0f6496231 Mon Sep 17 00:00:00 2001 From: wg Date: Sun, 15 Dec 2013 17:17:09 +0000 Subject: math/biggles: fix python usage Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) --- math/biggles/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/biggles/Makefile b/math/biggles/Makefile index 32687ef..ac09f80 100644 --- a/math/biggles/Makefile +++ b/math/biggles/Makefile @@ -17,11 +17,12 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils USES= gmake -USE_PYTHON= yes +USE_PYTHON= 2 MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS} -fPIC" \ LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \ - LIBPLOT_LDFLAGS="-L${LOCALBASE}/lib -lplot" + LIBPLOT_LDFLAGS="-L${LOCALBASE}/lib -lplot" \ + PYTHON="${PYTHON_CMD}" NO_STAGE= yes post-patch: -- cgit v1.1