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 /emulators/qtemu | |
parent | 6fe40ec7055cc4bcf66aaa32afc9d3f397361d17 (diff) | |
download | ports-b2b5151ef3c68d8eabdfd941f6bcd7c2f5688fb1.tar.gz ports-b2b5151ef3c68d8eabdfd941f6bcd7c2f5688fb1.zip |
Notes
Diffstat (limited to 'emulators/qtemu')
-rw-r--r-- | emulators/qtemu/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
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} |