Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 20:30:55 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334896 - head/graphics/libGL
Message-ID:  <201311252030.rAPKUtL1024572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Nov 25 20:30:54 2013
New Revision: 334896
URL: http://svnweb.freebsd.org/changeset/ports/334896

Log:
   - Fix the usage of 'python' to get rid of the implicit lang/python
     dependency in the mesa ports
  
  Approved by:	x11@ (via kwm@)

Modified:
  head/graphics/libGL/bsd.mesalib.mk

Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk	Mon Nov 25 20:18:52 2013	(r334895)
+++ head/graphics/libGL/bsd.mesalib.mk	Mon Nov 25 20:30:54 2013	(r334896)
@@ -120,6 +120,8 @@ post-patch:
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
 		${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c
+	@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \
+		${WRKSRC}/src/gallium/auxiliary/util/Makefile
 .if !defined(WITH_NEW_XORG)
 	@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/src/glu/Makefile \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311252030.rAPKUtL1024572>