aboutsummaryrefslogtreecommitdiff
path: root/www/node04
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-06-20 07:17:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-06-20 07:17:03 +0000
commit692eb9b20607bd376e63e6fb46849467f03e1b5f (patch)
treebbd9ed5e37a66922bb246406e821900ee0ef8136 /www/node04
parent80c75c68ce3105c2d5c3dfd2005b866a2562826f (diff)
downloadports-692eb9b20607bd376e63e6fb46849467f03e1b5f.tar.gz
ports-692eb9b20607bd376e63e6fb46849467f03e1b5f.zip
Notes
Diffstat (limited to 'www/node04')
-rw-r--r--www/node04/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node04/Makefile b/www/node04/Makefile
index a85a81e2d393..af1dc35b6c5c 100644
--- a/www/node04/Makefile
+++ b/www/node04/Makefile
@@ -7,7 +7,7 @@
PORTNAME= node
PORTVERSION= 0.4.8
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -32,7 +32,7 @@ PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
-BUILD_DEPENDS+= ${LOCALBASE}/include/v8.h:${PORTSDIR}/lang/v8
+LIB_DEPENDS+= v8.1:${PORTSDIR}/lang/v8
CONFIGURE_ARGS+= --shared-v8-includes=${LOCALBASE}/include --shared-v8-libpath=${LOCALBASE}/lib
PLIST_SUB+= SHAREDV8="@comment "
.else