pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 14 10:37:04 UTC 2019

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: Requires pkg-config to detect cairo correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pkgsrc/math/R/Makefile

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

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.196 pkgsrc/math/R/Makefile:1.197
--- pkgsrc/math/R/Makefile:1.196        Sun Jun  9 13:39:12 2019
+++ pkgsrc/math/R/Makefile      Fri Jun 14 10:37:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.196 2019/06/09 13:39:12 wen Exp $
+# $NetBSD: Makefile,v 1.197 2019/06/14 10:37:04 jperkin Exp $
 
 DISTNAME=      R-3.6.0
 CATEGORIES=    math
@@ -16,8 +16,8 @@ INSTALL_TARGET=               install install-info
 TEST_TARGET=           check
 USE_LANGUAGES=         c c++ fortran
 USE_LIBTOOL=           yes
-USE_TOOLS+=            aclocal autoconf autoreconf automake
-USE_TOOLS+=            gmake gzip:run makeinfo perl:run sed unzip:run
+USE_TOOLS+=            aclocal autoconf autoreconf automake gmake gzip:run
+USE_TOOLS+=            makeinfo perl:run pkg-config sed unzip:run
 TEXINFO_REQD=          5.1
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index