pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 00:46:58 UTC 2019

Modified Files:
        pkgsrc/www/R-curl: Makefile

Log Message:
R-curl: this needs pkg-config to detect curl

This still doesn't build though.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/R-curl/Makefile

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

Modified files:

Index: pkgsrc/www/R-curl/Makefile
diff -u pkgsrc/www/R-curl/Makefile:1.13 pkgsrc/www/R-curl/Makefile:1.14
--- pkgsrc/www/R-curl/Makefile:1.13     Thu Aug 22 12:23:51 2019
+++ pkgsrc/www/R-curl/Makefile  Thu Sep 26 00:46:58 2019
@@ -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 @@ COMMENT=      Modern and flexible web client 
 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