graphics/waylandpp: Use system pugixml after r490645
This commit is contained in:
parent
709bddfc45
commit
300360cb2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490647
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= waylandpp
|
||||
DISTVERSION= 0.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -10,9 +11,10 @@ COMMENT= Wayland C++ bindings
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libwayland-egl.so:graphics/wayland
|
||||
LIB_DEPENDS= libpugixml.so:textproc/pugixml \
|
||||
libwayland-egl.so:graphics/wayland
|
||||
|
||||
USES= cmake compiler:c++11-lang gl pkgconfig
|
||||
USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NilsBrause
|
||||
USE_GL= egl
|
||||
|
|
Loading…
Reference in a new issue