Skip to content

Commit

Permalink
www/libwpe: convert to USES=meson + define LICENSE_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 1, 2021
1 parent b179b2b commit 0104141
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/libwpe/Makefile
Expand Up @@ -7,12 +7,11 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= General-purpose library for WPE WebKit

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon

USES= cmake compiler:c11 gl localbase:ldflags pkgconfig \
tar:xz

USES= compiler:c11 gl meson pkgconfig tar:xz
USE_GL= egl
USE_LDCONFIG= yes

Expand Down

0 comments on commit 0104141

Please sign in to comment.