pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-curl R-curl: this needs pkg-config to detect curl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e102638c4a0
branches:  trunk
changeset: 401771:5e102638c4a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 00:46:58 2019 +0000

description:
R-curl: this needs pkg-config to detect curl

This still doesn't build though.

diffstat:

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

diffs (17 lines):

diff -r 58d77716ee7b -r 5e102638c4a0 www/R-curl/Makefile
--- a/www/R-curl/Makefile       Wed Sep 25 23:35:12 2019 +0000
+++ b/www/R-curl/Makefile       Thu Sep 26 00:46:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/08/22 12:23:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/26 00:46:58 wiz Exp $
 
 R_PKGNAME=     curl
 R_PKGVER=      4.0
@@ -10,6 +10,7 @@
 LICENSE=       mit
 
 USE_LANGUAGES= c
+USE_TOOLS+=    pkg-config
 
 .include "../../math/R/Makefile.extension"
 .include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index