pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-Cairo
Module Name: pkgsrc
Committed By: joerg
Date: Wed Jul 18 00:07:51 UTC 2018
Modified Files:
pkgsrc/graphics/R-Cairo: Makefile
Log Message:
Needs libXt and pkg-config to build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-Cairo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/R-Cairo/Makefile
diff -u pkgsrc/graphics/R-Cairo/Makefile:1.1 pkgsrc/graphics/R-Cairo/Makefile:1.2
--- pkgsrc/graphics/R-Cairo/Makefile:1.1 Mon May 21 17:12:34 2018
+++ pkgsrc/graphics/R-Cairo/Makefile Wed Jul 18 00:07:51 2018
@@ -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 @@ HOMEPAGE= http://www.rforge.net/Cairo/
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