diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 09:15:15 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 09:15:15 +0000 |
commit | b581ad0e52d5e3a748ede7a03045f26004787e6e (patch) | |
tree | c5fa04b748bc73aa5da272be0f81387775fa85f7 /math/qtoctave | |
parent | 04c59986291de2240a8386c9cd2d80793214a3cc (diff) |
Notes
Diffstat (limited to 'math/qtoctave')
-rw-r--r-- | math/qtoctave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index b922cbce1937..881e37c77de6 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -19,6 +19,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui svg xml qmake_build moc_build rcc_build uic_build USE_CMAKE= yes CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off +CMAKE_USE_PTHREAD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} .include <bsd.port.mk> |