pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R R: Requires pkg-config to detect cairo correctly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/29768ce963d9
branches: trunk
changeset: 335163:29768ce963d9
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jun 14 10:37:04 2019 +0000
description:
R: Requires pkg-config to detect cairo correctly.
diffstat:
math/R/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 42a2a47d04c6 -r 29768ce963d9 math/R/Makefile
--- a/math/R/Makefile Fri Jun 14 10:22:46 2019 +0000
+++ b/math/R/Makefile Fri Jun 14 10:37:04 2019 +0000
@@ -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 @@
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