diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-12 20:58:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-12 20:58:55 +0000 |
commit | b29cb9957df63d093317a3c6beb214a84b1d7892 (patch) | |
tree | 1324bf2cde667ea71a4c88b78aa6f6cae67ba1d2 /devel | |
parent | 9824ebb711cccb31cfe5bbb408f1adb4e9492446 (diff) | |
download | ports-b29cb9957df63d093317a3c6beb214a84b1d7892.tar.gz ports-b29cb9957df63d093317a3c6beb214a84b1d7892.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-execjs/Makefile | 5 |
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}#' \ |