pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-processx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 29 16:29:37 UTC 2023

Modified Files:
        pkgsrc/sysutils/R-processx: Makefile

Log Message:
R-processx: add missing pcre2 bl3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/R-processx/Makefile

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

Modified files:

Index: pkgsrc/sysutils/R-processx/Makefile
diff -u pkgsrc/sysutils/R-processx/Makefile:1.6 pkgsrc/sysutils/R-processx/Makefile:1.7
--- pkgsrc/sysutils/R-processx/Makefile:1.6     Thu May 25 11:08:57 2023
+++ pkgsrc/sysutils/R-processx/Makefile Mon May 29 16:29:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/05/25 11:08:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/29 16:29:36 wiz Exp $
 
 R_PKGNAME=     processx
 R_PKGVER=      3.8.0
@@ -19,4 +19,5 @@ USE_LANGUAGES=        c
 LIBS.SunOS+=   -lsocket -lnsl
 
 .include "../../math/R/Makefile.extension"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index