diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-02 14:32:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-02 14:32:47 +0000 |
commit | d313d559a6ad7f0da494abcf420a3d0525674f89 (patch) | |
tree | fd693f8cf603e9db4646a53af55b0e045735daf3 /www/node | |
parent | - Update to 1.7.33 (diff) |
- Fix CONFLICTS
PR: ports/167507
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Daniel Lin <linpct@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=295859
Diffstat (limited to 'www/node')
-rw-r--r-- | www/node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index efa2f5322787..eeb8cb2db6e0 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= yes USE_GMAKE= yes WITHOUT_FBSD10_FIX= yes -CONFLICTS= node-0.[0-57-9]* devel-0.[0-9]* +CONFLICTS= node-0.[0-57-9]* node-devel-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_SAFE= yes |