diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-15 21:33:13 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-15 21:33:13 +0000 |
commit | fabf0b717459f2a5475fd4b04ae5ce445a837e23 (patch) | |
tree | cc9a939148ed86b8e100dd3e8f5af8dd83da1e02 /math/biggles | |
parent | c9f842b2cdb16e4f41e2dbf85387114ab2f8b36f (diff) | |
download | ports-fabf0b717459f2a5475fd4b04ae5ce445a837e23.tar.gz ports-fabf0b717459f2a5475fd4b04ae5ce445a837e23.zip |
Notes
Diffstat (limited to 'math/biggles')
-rw-r--r-- | math/biggles/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/biggles/Makefile b/math/biggles/Makefile index ac09f8060b5e..797f9e16a788 100644 --- a/math/biggles/Makefile +++ b/math/biggles/Makefile @@ -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} |