pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-s2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 22:21:53 UTC 2022

Modified Files:
        pkgsrc/geography/R-s2: Makefile

Log Message:
R-s2: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-s2/Makefile

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

Modified files:

Index: pkgsrc/geography/R-s2/Makefile
diff -u pkgsrc/geography/R-s2/Makefile:1.1 pkgsrc/geography/R-s2/Makefile:1.2
--- pkgsrc/geography/R-s2/Makefile:1.1  Mon Sep 20 06:08:07 2021
+++ pkgsrc/geography/R-s2/Makefile      Mon Aug 22 22:21:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/09/20 06:08:07 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/22 22:21:53 tnn Exp $
 
 R_PKGNAME=     s2
 R_PKGVER=      1.0.6
@@ -13,4 +13,5 @@ USE_LANGUAGES=        c c++
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
 .include "../../geography/R-wk/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index