View | Details | Raw Unified | Return to bug 211973 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/qemu/Makefile (-1 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
PORTVERSION=	2.9.0
5
PORTVERSION=	2.9.0
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	http://wiki.qemu.org/download/
8
MASTER_SITES=	http://wiki.qemu.org/download/
8
DIST_SUBDIR=	qemu/${PORTVERSION}
9
DIST_SUBDIR=	qemu/${PORTVERSION}
Lines 73-79 VDE_CONFIGURE_OFF= --disable-vde Link Here
73
STATIC_LINK_CONFIGURE_ON=	--static
74
STATIC_LINK_CONFIGURE_ON=	--static
74
STATIC_LINK_PREVENTS=		GTK2 X11
75
STATIC_LINK_PREVENTS=		GTK2 X11
75
STATIC_LINK_PREVENTS_MSG=	X11 ui cannot be built static
76
STATIC_LINK_PREVENTS_MSG=	X11 ui cannot be built static
76
NCURSES_USES=		ncurses:base
77
NCURSES_CONFIGURE_OFF=	--disable-curses
78
NCURSES_USES=		ncurses
77
SAMBA_USES=		samba:run # smbd
79
SAMBA_USES=		samba:run # smbd
78
SAMBA_CONFIGURE_ON=	--smbd=${LOCALBASE}/sbin/smbd
80
SAMBA_CONFIGURE_ON=	--smbd=${LOCALBASE}/sbin/smbd
79
DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html
81
DOCS_BUILD_DEPENDS=	texi2html:textproc/texi2html

Return to bug 211973