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 /x11-fonts | |
parent | 8d92ef779430978264ea48abb535c8b7e0b6ca88 (diff) | |
download | freebsd-ports-gnome-7ee45575cda82fe34007b7c18e089189a271e684.tar.gz freebsd-ports-gnome-7ee45575cda82fe34007b7c18e089189a271e684.tar.zst freebsd-ports-gnome-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 'x11-fonts')
-rw-r--r-- | x11-fonts/fontmatrix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile index 671d243ae1ad..ad886d8fc247 100644 --- a/x11-fonts/fontmatrix/Makefile +++ b/x11-fonts/fontmatrix/Makefile @@ -13,7 +13,7 @@ COMMENT= Graphical font manager RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USES= cmake -USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguist_build +USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build INSTALLS_ICONS= yes OPTIONS_DEFINE= FONTFORGE @@ -28,7 +28,7 @@ post-patch: pre-configure: cd ${WRKSRC}/src/messages && \ - ${LOCALBASE}/bin/lupdate-qt4 -noobsolete ../ -ts *.ts && \ - ${LOCALBASE}/bin/lrelease-qt4 *.ts + ${LUPDATE} -noobsolete ../ -ts *.ts && \ + ${LRELEASE} *.ts .include <bsd.port.mk> |