diff options
author | mat <mat@FreeBSD.org> | 2016-12-21 01:56:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-21 01:56:40 +0800 |
commit | f2fe9e76b2e0415c0dd7ae53540ff8c99aa08502 (patch) | |
tree | 293cee7412e9675b3a67c226b2d7575de8cff123 /www/node6 | |
parent | 53aec9e0bfd2cf2872673148381dc6f5e7dfd342 (diff) | |
download | freebsd-ports-gnome-f2fe9e76b2e0415c0dd7ae53540ff8c99aa08502.tar.gz freebsd-ports-gnome-f2fe9e76b2e0415c0dd7ae53540ff8c99aa08502.tar.zst freebsd-ports-gnome-f2fe9e76b2e0415c0dd7ae53540ff8c99aa08502.zip |
Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now.
Sponsored by: Absolight
Diffstat (limited to 'www/node6')
-rw-r--r-- | www/node6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/node6/Makefile b/www/node6/Makefile index d84a1186a99d..7e90dc09737c 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -21,9 +21,8 @@ OPTIONS_SUB= yes OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE -OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE -OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} +OPTIONS_EXCLUDE_FreeBSD_9= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10= DTRACE BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl |