diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
commit | 7678193c3d2d11d8aacac35c5406a374326be6eb (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /emulators/qtemu | |
parent | e59a9684168aad56d6d455a49d69fab3655dae52 (diff) |
Notes
Diffstat (limited to 'emulators/qtemu')
-rw-r--r-- | emulators/qtemu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index e948dbf2e19d..25b96564501c 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -7,7 +7,7 @@ CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org -COMMENT= Qt4-based frontend for QEMU +COMMENT= Qt 4 based frontend for QEMU USE_BZIP2= yes USE_QT4= gui xml uic_build moc_build qmake_build rcc_build @@ -17,6 +17,8 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ "qtemu" "" false +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |