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 /x11-fonts | |
parent | 6fe40ec7055cc4bcf66aaa32afc9d3f397361d17 (diff) |
Notes
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> |