pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/R-systemfonts



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 17 14:17:26 UTC 2022

Modified Files:
        pkgsrc/fonts/R-systemfonts: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/R-systemfonts/Makefile

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

Modified files:

Index: pkgsrc/fonts/R-systemfonts/Makefile
diff -u pkgsrc/fonts/R-systemfonts/Makefile:1.1 pkgsrc/fonts/R-systemfonts/Makefile:1.2
--- pkgsrc/fonts/R-systemfonts/Makefile:1.1     Sat Dec 17 14:02:43 2022
+++ pkgsrc/fonts/R-systemfonts/Makefile Sat Dec 17 14:17:26 2022
@@ -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 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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