pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/freerdp2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep 29 09:37:19 UTC 2019

Modified Files:
        pkgsrc/net/freerdp2: Makefile

Log Message:
freerdp2: Needs libxslt


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/freerdp2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/freerdp2/Makefile
diff -u pkgsrc/net/freerdp2/Makefile:1.2 pkgsrc/net/freerdp2/Makefile:1.3
--- pkgsrc/net/freerdp2/Makefile:1.2    Wed Sep 18 14:17:15 2019
+++ pkgsrc/net/freerdp2/Makefile        Sun Sep 29 09:37:18 2019
@@ -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 @@ HOMEPAGE=     http://www.freerdp.com/
 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