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

(-)games/wesnoth/Makefile (-1 / +4 lines)
Lines 23-29 LDFLAGS+= -L${LOCALBASE}/lib -lboost_system Link Here
23
23
24
USE_SDL=	image mixer net ttf
24
USE_SDL=	image mixer net ttf
25
USE_GNOME=	pango
25
USE_GNOME=	pango
26
USES=		cmake pkgconfig tar:bzip2
26
USES=		cmake cpe pkgconfig tar:bzip2
27
CPE_VENDOR=	${PORTNAME}
28
CPE_PRODUCT=	battle_for_wesnoth
27
CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off
29
CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off
28
30
29
PORTDOCS=	*
31
PORTDOCS=	*
Lines 51-56 NOTIFY_DESC= Desktop notifications Link Here
51
NOTIFY_LIB_DEPENDS=libdbus-1.so:${PORTSDIR}/devel/dbus
53
NOTIFY_LIB_DEPENDS=libdbus-1.so:${PORTSDIR}/devel/dbus
52
NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off
54
NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off
53
OPENMP_DESC=	OpenMP support
55
OPENMP_DESC=	OpenMP support
56
OPENMP_USES=	compiler:openmp
54
OPENMP_CMAKE_ON=-DENABLE_OMP=on
57
OPENMP_CMAKE_ON=-DENABLE_OMP=on
55
RAWSOCKETS_DESC=	Use raw receiving sockets in multiplayer
58
RAWSOCKETS_DESC=	Use raw receiving sockets in multiplayer
56
RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS
59
RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS

Return to bug 199497