diff options
author | vanilla <vanilla@FreeBSD.org> | 2011-06-20 15:17:03 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2011-06-20 15:17:03 +0800 |
commit | 240b242e8c6ac1cd16263a3b403fae905ac7d7f0 (patch) | |
tree | 1f9e799a8fd95ba48e66213d688240aeec386eeb | |
parent | b57f12b558f161bfe58cf49c48b3978bc32ff683 (diff) | |
download | freebsd-ports-gnome-240b242e8c6ac1cd16263a3b403fae905ac7d7f0.tar.gz freebsd-ports-gnome-240b242e8c6ac1cd16263a3b403fae905ac7d7f0.tar.zst freebsd-ports-gnome-240b242e8c6ac1cd16263a3b403fae905ac7d7f0.zip |
depends to shared v8 library on amd64.
Approved by: maintainer.
-rw-r--r-- | www/node/Makefile | 4 | ||||
-rw-r--r-- | www/node04/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index a85a81e2d393..af1dc35b6c5c 100644 --- a/www/node/Makefile +++ b/www/node/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 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 |