svn commit: r336583 - head/math/biggles
Marcus von Appen
mva at FreeBSD.org
Sun Dec 15 21:33:14 UTC 2013
Author: mva
Date: Sun Dec 15 21:33:13 2013
New Revision: 336583
URL: http://svnweb.freebsd.org/changeset/ports/336583
Log:
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Modified:
head/math/biggles/Makefile (contents, props changed)
Modified: head/math/biggles/Makefile
==============================================================================
--- head/math/biggles/Makefile Sun Dec 15 21:26:47 2013 (r336582)
+++ head/math/biggles/Makefile Sun Dec 15 21:33:13 2013 (r336583)
@@ -27,6 +27,7 @@ MAKE_ARGS= CC="${CC}" \
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/CC/s,gcc,$$\{CC\},' ${WRKSRC}/make.inc
+ @${REINPLACE_CMD} -e 's|= python|= ${PYTHON_CMD}|' ${WRKSRC}/make.inc
pre-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
More information about the svn-ports-all
mailing list