diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-24 21:46:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-24 21:46:28 +0000 |
commit | b2b5151ef3c68d8eabdfd941f6bcd7c2f5688fb1 (patch) | |
tree | 67c3b749c4a9eacab31686dce517786676371cbe /science/kst2/Makefile | |
parent | 6fe40ec7055cc4bcf66aaa32afc9d3f397361d17 (diff) |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Notes
Notes:
svn path=/head/; revision=379845
Diffstat (limited to 'science/kst2/Makefile')
-rw-r--r-- | science/kst2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 0e3bd92322b0..3c8d2e4e8df3 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -13,7 +13,7 @@ COMMENT= Data viewing and plotting tool LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl USES= cmake:outsource pkgconfig -_USE_QT4= gui xml designer svg linguist_build \ +_USE_QT4= gui xml designer svg linguisttools_build \ qmake_build moc_build rcc_build uic_build _USE_QT5= concurrent network printsupport widgets xml \ buildtools_build linguisttools_build qmake_build |