Sat Dec 17 14:17:26 2022 UTC ()
(fonts/R-systemfonts) +pkg-config, + (c c++), +lang/R-cpp11


(mef)
diff -r1.1 -r1.2 pkgsrc/fonts/R-systemfonts/Makefile

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

--- pkgsrc/fonts/R-systemfonts/Makefile 2022/12/17 14:02:43 1.1
+++ pkgsrc/fonts/R-systemfonts/Makefile 2022/12/17 14:17:26 1.2
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2022/12/17 14:02:43 mef Exp $ 1# $NetBSD: Makefile,v 1.2 2022/12/17 14:17:26 mef Exp $
2 2
3R_PKGNAME= systemfonts 3R_PKGNAME= systemfonts
4R_PKGVER= 1.0.4 4R_PKGVER= 1.0.4
5CATEGORIES= fonts 5CATEGORIES= fonts
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= System Native Font Finding 8COMMENT= System Native Font Finding
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11USE_LANGUAGES= # none 11USE_TOOLS+= pkg-config
 12USE_LANGUAGES= c c++
12 13
13.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
14.include "../../graphics/freetype2/buildlink3.mk" 15.include "../../graphics/freetype2/buildlink3.mk"
 16.include "../../lang/R-cpp11/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"