diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-30 17:25:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-30 17:25:24 +0000 |
commit | 423f073b195025a0108b2bd5dc34e4d068a0d217 (patch) | |
tree | 9b4a3e3ed5c7c1135f82b6524e8e612ca9b80a7e /databases/py-MySQL | |
parent | 6e187d85da4fdf28d488ee037336440624957ce8 (diff) | |
download | ports-423f073b195025a0108b2bd5dc34e4d068a0d217.tar.gz ports-423f073b195025a0108b2bd5dc34e4d068a0d217.zip |
Notes
Diffstat (limited to 'databases/py-MySQL')
-rw-r--r-- | databases/py-MySQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQL/Makefile b/databases/py-MySQL/Makefile index 443ac95fdab7..a37243adfb55 100644 --- a/databases/py-MySQL/Makefile +++ b/databases/py-MySQL/Makefile @@ -41,7 +41,7 @@ pre-configure: .endif do-configure: - cd ${WRKSRC} && ${MAKE} -f Makefile.pre.in boot + cd ${WRKSRC} && PYTHON=${PYTHON_CMD} ${MAKE} -f Makefile.pre.in boot .if !defined(NOPORTDOCS) post-install: |