Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2019 18:27:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490647 - head/graphics/waylandpp
Message-ID:  <201901181827.x0IIR7Jc036927@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901181827.x0IIR7Jc036927>