Skip to content

Commit

Permalink
(fonts/R-systemfonts) +pkg-config, + (c c++), +lang/R-cpp11
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Dec 17, 2022
1 parent 37f5f7b commit c065cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fonts/R-systemfonts/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,8 +8,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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"

0 comments on commit c065cde

Please sign in to comment.