Sat Aug 1 13:11:51 2020 UTC ()
(net/R-pingr) Correct PATH for tex-inconsolata


(mef)
diff -r1.1 -r1.2 pkgsrc/net/R-pingr/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/net/R-pingr/Makefile (expand / switch to unified diff)

--- pkgsrc/net/R-pingr/Makefile 2020/08/01 13:08:32 1.1
+++ pkgsrc/net/R-pingr/Makefile 2020/08/01 13:11:51 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2020/08/01 13:08:32 mef Exp $ 1# $NetBSD: Makefile,v 1.2 2020/08/01 13:11:51 mef Exp $
2 2
3R_PKGNAME= pingr 3R_PKGNAME= pingr
4R_PKGVER= 2.0.1 4R_PKGVER= 2.0.1
5CATEGORIES= net 5CATEGORIES= net
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Check if a Remote Computer is Up 8COMMENT= Check if a Remote Computer is Up
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-processx>=3.4.1:../../sysutils/R-processx 11DEPENDS+= R-processx>=3.4.1:../../sysutils/R-processx
12 12
13# may conflict with tex-tetex-3.0.50602nb1 13# may conflict with tex-tetex-3.0.50602nb1
14TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../print/tex-inconsolata 14TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
15 15
16USE_LANGUAGES= c 16USE_LANGUAGES= c
17 17
18.include "../../math/R/Makefile.extension" 18.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"