diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 14:18:02 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 14:18:02 +0000 |
commit | d65c037b00c46aa7b10d1803dee20b9bbb57e36b (patch) | |
tree | da82a32e8ce2ded995ae7ba320231491c35220ac /x11/plasma-scriptengine-python | |
parent | 051464267aa4627179b870274906053785cee748 (diff) | |
download | ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.tar.gz ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.zip |
Notes
Diffstat (limited to 'x11/plasma-scriptengine-python')
-rw-r--r-- | x11/plasma-scriptengine-python/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 8b65f019c6eb..0d972ff0732b 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -16,11 +16,10 @@ USE_QT4= qmake_build moc_build uic_build rcc_build USE_PYTHON= 2.5+ DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo USE_XZ= yes -USE_CMAKE= yes +USES= cmake:outsource MAKE_JOBS_SAFE= yes CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/python -CMAKE_OUTSOURCE= yes pre-configure: ${REINPLACE_CMD} -e 's,$${PYTHON_SITE_PACKAGES_DIR},${PYTHONPREFIX_SITELIBDIR},g' \ |