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/aqemu | |
parent | 6fe40ec7055cc4bcf66aaa32afc9d3f397361d17 (diff) |
Notes
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/Makefile | 5 |
1 files changed, 3 insertions, 2 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$,,} |