diff options
author | makc <makc@FreeBSD.org> | 2015-02-25 05:46:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-25 05:46:28 +0800 |
commit | 7ee45575cda82fe34007b7c18e089189a271e684 (patch) | |
tree | 67c3b749c4a9eacab31686dce517786676371cbe /graphics | |
parent | 8d92ef779430978264ea48abb535c8b7e0b6ca88 (diff) | |
download | freebsd-ports-graphics-7ee45575cda82fe34007b7c18e089189a271e684.tar.gz freebsd-ports-graphics-7ee45575cda82fe34007b7c18e089189a271e684.tar.zst freebsd-ports-graphics-7ee45575cda82fe34007b7c18e089189a271e684.zip |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/klatexformula/Makefile | 2 | ||||
-rw-r--r-- | graphics/qcomicbook/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index 949768aa7ca..478cc213e3f 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -11,7 +11,7 @@ COMMENT= Convert LaTeX formula to image BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man USES= cmake:outsource desktop-file-utils shared-mime-info -USE_QT4= gui xml dbus designer_build linguist_build \ +USE_QT4= gui xml dbus designer_build linguisttools_build \ qmake_build moc_build rcc_build uic_build USE_TEX= latex dvipsk USE_GHOSTSCRIPT_RUN= yes diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index 01242f3e188..2048f7ef3b1 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 USES= cmake:outsource pkgconfig -USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build \ +USE_QT4= corelib gui linguisttools_build moc_build qmake_build rcc_build \ uic_build xml OPTIONS_DEFINE= 7ZIP ACE RAR ZIP |