1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Mark Linimon fa2ee5f17b Fix build on GCC-based systems:
/wrkdirs/usr/ports/www/libwpe/work/libwpe-1.4.0/src/pasteboard-generic.cpp:35: error: expected nested-name-specifier before 'Pasteboard'

Approved by:	portmgr (tier-2 blanket)
2019-10-01 20:53:26 +00:00

22 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= libwpe
PORTVERSION= 1.4.0
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= General-purpose library for WPE WebKit
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c11 gl localbase:ldflags pkgconfig \
tar:xz
USE_GL= egl
USE_LDCONFIG= yes
.include <bsd.port.mk>