diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
commit | 214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/freemat/Makefile | |
parent | 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff) | |
download | ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.tar.gz ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.zip |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371328
Diffstat (limited to 'math/freemat/Makefile')
-rw-r--r-- | math/freemat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index ae270fcdd894..c0ce7a031d93 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -26,9 +26,8 @@ LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ libportaudio.so:${PORTSDIR}/audio/portaudio \ libumfpack.so:${PORTSDIR}/math/suitesparse -USES= cmake:outsource dos2unix fortran pkgconfig +USES= cmake:outsource dos2unix fortran pkgconfig python:build USE_GL= yes -USE_PYTHON_BUILD= yes USE_QT4= gui network opengl svg webkit xml \ moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DCMAKE_LIBRARY_PATH:STRING="${LOCALBASE}/llvm33/lib" \ |