aboutsummaryrefslogtreecommitdiff
path: root/emulators/aqemu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r--emulators/aqemu/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile
index 32fa78024dad..877ca19fbaa4 100644
--- a/emulators/aqemu/Makefile
+++ b/emulators/aqemu/Makefile
@@ -7,9 +7,9 @@ CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
MAINTAINER= makc@FreeBSD.org
-COMMENT= Qt4 based Qemu frontend
+COMMENT= Qt 4 based Qemu frontend
-LIB_DEPENDS= vncclient.0:${PORTSDIR}/net/libvncserver
+LIB_DEPENDS= libvncclient.so:${PORTSDIR}/net/libvncserver
USE_BZIP2= yes
USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \
@@ -17,7 +17,4 @@ USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \
USES= cmake
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
-MAN1= aqemu.1
-
-NO_STAGE= yes
.include <bsd.port.mk>