From 031101ecdf1fa971263c6d0cb941368d247d62ba Mon Sep 17 00:00:00 2001 From: abieber Date: Wed, 5 Dec 2012 00:48:30 +0000 Subject: [PATCH] Make node-canvas work with libv8 OK jeremy@ --- graphics/node-canvas/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/node-canvas/Makefile b/graphics/node-canvas/Makefile index 61800f7fff0..1a370452fba 100644 --- a/graphics/node-canvas/Makefile +++ b/graphics/node-canvas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2012/10/14 15:33:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2012/12/05 00:48:30 abieber Exp $ COMMENT = Cairo-backed Canvas implementation for Node.js @@ -6,6 +6,8 @@ NPM_VERSION = 0.13.1 NPM_NAME = canvas CATEGORIES = graphics +REVISION = 0 + HOMEPAGE = https://github.com/learnboost/node-canvas # MIT