diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /emulators/aqemu | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) |
Notes
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index b9695e1cd969..b3ced03140b8 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -10,10 +10,9 @@ COMMENT= Qt 4 based Qemu frontend LIB_DEPENDS= libvncclient.so:${PORTSDIR}/net/libvncserver -USE_BZIP2= yes USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \ linguist_build -USES= cmake +USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} .include <bsd.port.mk> |