aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-11-25 18:44:35 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-11-25 18:44:35 +0000
commit2eac7d6a76a33252a57b941bfee77dbe900e5a89 (patch)
tree7902aa686c1f113c478fbd97531324649af4aba0 /devel
parentc2d832fbf9af5962d26381b07093003775fef81b (diff)
downloadports-2eac7d6a76a33252a57b941bfee77dbe900e5a89.tar.gz
ports-2eac7d6a76a33252a57b941bfee77dbe900e5a89.zip
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: David Gilbert <ports2@dclg.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=334881
Diffstat (limited to 'devel')
-rw-r--r--devel/py-kqueue/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index 91daf57a569e..174145290fe5 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -23,7 +23,9 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's,@DEFS@,,' ${WRKSRC}/Makefile.pre.in
+ @${REINPLACE_CMD} -e 's,@DEFS@,,' \
+ -e 's,^PYTHON=\(.*\)python,PYTHON=\1${PYTHON_CMD},' \
+ ${WRKSRC}/Makefile.pre.in
do-configure:
@(cd ${WRKSRC} && \