diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-15 18:05:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-15 18:05:15 +0000 |
commit | 507d9d98638589b8ca379c31712ea983acededed (patch) | |
tree | 52bdf3528e15bc8513b15bce66fd3b0bf775e61f /www/npm | |
parent | 2cee84251d47be1215a28b600c4c8aecaa12a99c (diff) | |
download | freebsd-ports-507d9d98638589b8ca379c31712ea983acededed.zip |
- Add ONLY_FOR_ARCHS=amd64
MFH: 2015Q2
Diffstat (limited to 'www/npm')
-rw-r--r-- | www/npm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index c6cc535e2621..2252830cf307 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -26,6 +26,8 @@ USES= cpe python:2 tar:xz MANPREFIX= ${PREFIX}/lib/node_modules/npm +ONLY_FOR_ARCHS= amd64 + CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules |