svn commit: r490647 - head/graphics/waylandpp

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 18 18:27:08 UTC 2019


Author: tobik
Date: Fri Jan 18 18:27:07 2019
New Revision: 490647
URL: https://svnweb.freebsd.org/changeset/ports/490647

Log:
  graphics/waylandpp: Use system pugixml after r490645

Modified:
  head/graphics/waylandpp/Makefile

Modified: head/graphics/waylandpp/Makefile
==============================================================================
--- head/graphics/waylandpp/Makefile	Fri Jan 18 18:23:12 2019	(r490646)
+++ head/graphics/waylandpp/Makefile	Fri Jan 18 18:27:07 2019	(r490647)
@@ -2,6 +2,7 @@
 
 PORTNAME=	waylandpp
 DISTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	tobik at 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


More information about the svn-ports-head mailing list