svn commit: r336559 - head/math/biggles

William Grzybowski wg at FreeBSD.org
Sun Dec 15 17:17:09 UTC 2013


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:


More information about the svn-ports-head mailing list