Date: Sun, 15 Dec 2013 17:17:09 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336559 - head/math/biggles Message-ID: <201312151717.rBFHH9A2003138@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Dec 15 17:17:09 2013 New Revision: 336559 URL: http://svnweb.freebsd.org/changeset/ports/336559 Log: math/biggles: fix python usage Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/math/biggles/Makefile Modified: head/math/biggles/Makefile ============================================================================== --- head/math/biggles/Makefile Sun Dec 15 17:05:55 2013 (r336558) +++ head/math/biggles/Makefile Sun Dec 15 17:17:09 2013 (r336559) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151717.rBFHH9A2003138>