aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-12 20:58:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-12 20:58:55 +0000
commitb29cb9957df63d093317a3c6beb214a84b1d7892 (patch)
tree1324bf2cde667ea71a4c88b78aa6f6cae67ba1d2 /devel
parent9824ebb711cccb31cfe5bbb408f1adb4e9492446 (diff)
downloadports-b29cb9957df63d093317a3c6beb214a84b1d7892.tar.gz
ports-b29cb9957df63d093317a3c6beb214a84b1d7892.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-execjs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile
index 982d592182a2..58b61d889d51 100644
--- a/devel/rubygem-execjs/Makefile
+++ b/devel/rubygem-execjs/Makefile
@@ -13,19 +13,20 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
-
USE_RUBY= yes
USES= gem
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE NODE4
+OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6
OPTIONS_DEFAULT= NODE
NODE_DESC= Use www/node as backend
NODE4_DESC= Use www/node4 as backend
+NODE6_DESC= Use www/node6 as backend
NODE_RUN_DEPENDS= node>=0:www/node
NODE4_RUN_DEPENDS= node4>=0:www/node4
+NODE6_RUN_DEPENDS= node6>=0:www/node6
post-patch:
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#' \