pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-igraph Add missing dependency on textproc/libxml2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7ba2ee8cba1
branches:  trunk
changeset: 340179:a7ba2ee8cba1
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Sep 25 17:30:08 2019 +0000

description:
Add missing dependency on textproc/libxml2.

diffstat:

 math/R-igraph/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 2de408672600 -r a7ba2ee8cba1 math/R-igraph/Makefile
--- a/math/R-igraph/Makefile    Wed Sep 25 17:26:38 2019 +0000
+++ b/math/R-igraph/Makefile    Wed Sep 25 17:30:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:50 brook Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/25 17:30:08 brook Exp $
 
 R_PKGNAME=     igraph
 R_PKGVER=      1.2.4.1
@@ -14,4 +14,5 @@
 USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index