pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/R-systemfonts (fonts/R-systemfonts) +pkg-config,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56ba3487662b
branches:  trunk
changeset: 390150:56ba3487662b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 17 14:17:26 2022 +0000

description:
(fonts/R-systemfonts) +pkg-config, + (c c++), +lang/R-cpp11

diffstat:

 fonts/R-systemfonts/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 310df06be35d -r 56ba3487662b fonts/R-systemfonts/Makefile
--- a/fonts/R-systemfonts/Makefile      Sat Dec 17 14:16:01 2022 +0000
+++ b/fonts/R-systemfonts/Makefile      Sat Dec 17 14:17:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/17 14:02:43 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/17 14:17:26 mef Exp $
 
 R_PKGNAME=     systemfonts
 R_PKGVER=      1.0.4
@@ -8,8 +8,10 @@
 COMMENT=       System Native Font Finding
 LICENSE=       mit     # + file LICENSE
 
-USE_LANGUAGES= # none
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../lang/R-cpp11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index