pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-GRASS



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 21:48:47 UTC 2025

Modified Files:
        pkgsrc/math/R-GRASS: Makefile

Log Message:
math/R-GRASS: needs tirpc


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-GRASS/Makefile

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

Modified files:

Index: pkgsrc/math/R-GRASS/Makefile
diff -u pkgsrc/math/R-GRASS/Makefile:1.11 pkgsrc/math/R-GRASS/Makefile:1.12
--- pkgsrc/math/R-GRASS/Makefile:1.11   Thu Aug  8 19:53:44 2019
+++ pkgsrc/math/R-GRASS/Makefile        Sun Jun  1 21:48:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/08/08 19:53:44 brook Exp $
+# $NetBSD: Makefile,v 1.12 2025/06/01 21:48:47 thor Exp $
 
 R_PKGNAME=     GRASS
 R_PKGVER=      0.3-8
@@ -9,9 +9,12 @@ COMMENT=       Interface between GRASS 5.0 geo
 
 USE_LANGUAGES= c
 
+CONFIGURE_ARGS+=       --with-xdr-include=${BUILDLINK_PREFIX.libtirpc}/include/tirpc
+
 post-extract:
        ${ECHO} 'exportPattern(".")' > ${WRKSRC}/NAMESPACE
 
 .include "../../math/R/Makefile.extension"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/libtirpc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index