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

(-)Makefile (-1 / +7 lines)
Lines 36-42 Link Here
36
36
37
PORTSCOUT=	limitw:1,even
37
PORTSCOUT=	limitw:1,even
38
38
39
USES=		desktop-file-utils gettext gnome localbase meson \
39
USES=		desktop-file-utils gettext gl gnome localbase meson \
40
		pkgconfig python:3.4+ tar:xz
40
		pkgconfig python:3.4+ tar:xz
41
USE_GNOME=	cairo gtk30 intlhack introspection libxml2 nautilus3 \
41
USE_GNOME=	cairo gtk30 intlhack introspection libxml2 nautilus3 \
42
		pygobject3
42
		pygobject3
Lines 78-81 Link Here
78
	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
78
	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
79
	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
79
	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
80
80
81
post-patch:
82
.if exists(/usr/lib/libstdc++.so)
83
	${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \
84
		${WRKSRC}/src/plugins/meson.build
85
.endif
86
81
.include <bsd.port.mk>
87
.include <bsd.port.mk>

Return to bug 233910