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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/aqemu/Makefile | 5 | ||||
-rw-r--r-- | emulators/qtemu/Makefile | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index b3ced03140b8..811480cf57a6 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -2,6 +2,7 @@ PORTNAME= aqemu PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ @@ -10,8 +11,8 @@ COMMENT= Qt 4 based Qemu frontend LIB_DEPENDS= libvncclient.so:${PORTSDIR}/net/libvncserver -USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \ - linguist_build +USE_QT4= gui network qtestlib xml linguisttools_build \ + moc_build qmake_build rcc_build uic_build USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index 85abd83d84a1..7658658b9b95 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -17,15 +17,11 @@ DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ "qtemu" "" true OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include <bsd.port.options.mk> +NLS_USE= QT4=linguisttools_build -.if ${PORT_OPTIONS:MNLS} -USE_QT4+= linguist_build -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-configure: .if ${PORT_OPTIONS:MNLS} |