diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /math/qtoctave | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'math/qtoctave')
-rw-r--r-- | math/qtoctave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index 61e13b2f99cf..dc71ca98dda6 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -17,8 +17,7 @@ COMMENT= Qt4 frontend for Octave RUN_DEPENDS= octave:${PORTSDIR}/math/octave USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= designer gui network script svg xml \ +USE_QT4= designer gui network script svg xml \ qmake_build moc_build rcc_build uic_build USE_CMAKE= yes CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off |