pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/freerdp2 freerdp2: Needs libxslt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/932a405ab2b0
branches:  trunk
changeset: 340237:932a405ab2b0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 29 09:37:18 2019 +0000

description:
freerdp2: Needs libxslt

diffstat:

 net/freerdp2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 532e7772b9bf -r 932a405ab2b0 net/freerdp2/Makefile
--- a/net/freerdp2/Makefile     Sat Sep 28 13:01:37 2019 +0000
+++ b/net/freerdp2/Makefile     Sun Sep 29 09:37:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/09/18 14:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/29 09:37:18 nia Exp $
 
 DISTNAME=      freerdp-2.0.0rc4
 PKGNAME=       ${DISTNAME:S/freerdp-/freerdp2-/1}
@@ -13,6 +13,8 @@
 COMMENT=       Free implementation of the Remote Desktop Protocol (major version 2)
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index