pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/R-Cairo Needs libXt and pkg-config to build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fb482b06d4c
branches: trunk
changeset: 310546:0fb482b06d4c
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jul 18 00:07:51 2018 +0000
description:
Needs libXt and pkg-config to build.
diffstat:
graphics/R-Cairo/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r b10ebbfae1b4 -r 0fb482b06d4c graphics/R-Cairo/Makefile
--- a/graphics/R-Cairo/Makefile Wed Jul 18 00:06:10 2018 +0000
+++ b/graphics/R-Cairo/Makefile Wed Jul 18 00:07:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/21 17:12:34 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/18 00:07:51 joerg Exp $
DISTNAME= Cairo_1.5-9
CATEGORIES= graphics
@@ -8,8 +8,11 @@
COMMENT= R graphics device using cairo graphics library
LICENSE= gnu-gpl-v2
+USE_TOOLS+= pkg-config
+
BUILDLINK_API_DEPENDS.R+= R>=2.4.0
.include "../../math/R/Makefile.extension"
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2
.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index