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

Collapse All | Expand All

(-)b/emulators/pcsx2/Makefile (-1 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	pcsx2
1
PORTNAME=	pcsx2
2
PORTVERSION=	1.7.4970
2
PORTVERSION=	1.7.4970
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
PORTREVISION=	1
4
CATEGORIES=	emulators
5
CATEGORIES=	emulators
5
6
6
MAINTAINER=	martymac@FreeBSD.org
7
MAINTAINER=	martymac@FreeBSD.org
Lines 30-36 LIB_DEPENDS= libpng.so:graphics/png \ Link Here
30
		libbacktrace.so:devel/libbacktrace
31
		libbacktrace.so:devel/libbacktrace
31
32
32
USES=		cmake compiler:c++20-lang \
33
USES=		cmake compiler:c++20-lang \
33
		desktop-file-utils gl pkgconfig qt:6 sdl xorg
34
		desktop-file-utils elfctl gl pkgconfig qt:6 sdl xorg
34
35
35
USE_GITHUB=	yes
36
USE_GITHUB=	yes
36
GH_PROJECT=	pcsx2
37
GH_PROJECT=	pcsx2
Lines 40-45 USE_GL= egl Link Here
40
USE_SDL=	sdl2
41
USE_SDL=	sdl2
41
USE_XORG=	ice x11 xcb xext xpm xrandr
42
USE_XORG=	ice x11 xcb xext xpm xrandr
42
USE_QT=		base tools
43
USE_QT=		base tools
44
ELF_FEATURES=	+wxneeded:bin/pcsx2-qt
43
45
44
# SSE 4.1 instructions are a hard requirement, if CPUTYPE is defined
46
# SSE 4.1 instructions are a hard requirement, if CPUTYPE is defined
45
# use whatever is set and let the build fail if it falls below
47
# use whatever is set and let the build fail if it falls below

Return to bug 273573