svn commit: r386459 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 15 18:05:17 UTC 2015
Author: sunpoet
Date: Fri May 15 18:05:15 2015
New Revision: 386459
URL: https://svnweb.freebsd.org/changeset/ports/386459
Log:
- Add ONLY_FOR_ARCHS=amd64
MFH: 2015Q2
Modified:
head/www/npm/Makefile
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Fri May 15 18:05:11 2015 (r386458)
+++ head/www/npm/Makefile Fri May 15 18:05:15 2015 (r386459)
@@ -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
More information about the svn-ports-all
mailing list