View | Details | Raw Unified | Return to bug 223709
Collapse All | Expand All

(-)emulators/virtualbox-ose/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	virtualbox-ose
4
PORTNAME=	virtualbox-ose
5
PORTVERSION=	5.2.0
5
PORTVERSION=	5.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
8
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
9
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
9
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
Lines 161-168 Link Here
161
PLIST_SUB+=	QT=""
161
PLIST_SUB+=	QT=""
162
QT_NONSTANDARD=	yes
162
QT_NONSTANDARD=	yes
163
USE_GL=		gl
163
USE_GL=		gl
164
USE_QT5=	buildtools_build core dbus gui linguist_build opengl
164
USE_QT5=	buildtools_build linguisttools_build
165
USE_QT5+=	printsupport widgets x11extras
165
USE_QT5+=	core dbus gui opengl printsupport widgets x11extras
166
USE_XORG=	xcb
166
USE_XORG=	xcb
167
INSTALLS_ICONS=	yes
167
INSTALLS_ICONS=	yes
168
VBOX_PROGS+=	VirtualBox
168
VBOX_PROGS+=	VirtualBox

Return to bug 223709