aboutsummaryrefslogtreecommitdiff
path: root/graphics/waylandpp
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-18 18:27:07 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-18 18:27:07 +0000
commit300360cb2e5eb6d5d6df5d27637c43c0a80ad6e7 (patch)
tree15f56b35763c815cbdceeedcc8f19cb3fba26ebb /graphics/waylandpp
parent709bddfc4550cd4008ec4227a567fb2bda4b8ddb (diff)
downloadports-300360cb2e5eb6d5d6df5d27637c43c0a80ad6e7.tar.gz
ports-300360cb2e5eb6d5d6df5d27637c43c0a80ad6e7.zip
graphics/waylandpp: Use system pugixml after r490645
Notes
Notes: svn path=/head/; revision=490647
Diffstat (limited to 'graphics/waylandpp')
-rw-r--r--graphics/waylandpp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/waylandpp/Makefile b/graphics/waylandpp/Makefile
index 93773b97ed9b..28be1cbf3ce6 100644
--- a/graphics/waylandpp/Makefile
+++ b/graphics/waylandpp/Makefile
@@ -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