diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /emulators/qtemu | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'emulators/qtemu')
-rw-r--r-- | emulators/qtemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index 4f955b5ddef6..511eedb918bf 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -15,8 +15,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= A Qt4 front-end to Qemu USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui xml uic_build moc_build qmake_build rcc_build +USE_QT4= gui xml uic_build moc_build qmake_build rcc_build HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} @@ -26,7 +25,7 @@ DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ .include <bsd.port.pre.mk> .if !defined(WITHOUT_NLS) -#QT_COMPONENTS+= linguist +#USE_QT4+= linguist BUILD_DEPENDS+= ${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist PLIST_SUB+= NLS="" .else |