diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-02-27 01:30:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-02-27 01:30:28 +0000 |
commit | 0af0edc605617248af4786733f678b53c3e08ffc (patch) | |
tree | 96d7025cd4d8e8a47225f7cf3a2d357b10bd415c /databases/mongodb | |
parent | ea6a93366e267a1f7ce41946c03bcf02df2669c4 (diff) |
Mark as only for i386/amd64: gets "unsupported compiler or platform" on
ia64/sparc64.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250384
Diffstat (limited to 'databases/mongodb')
-rw-r--r-- | databases/mongodb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index baa0226cd922..1efcfcae6320 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -23,6 +23,9 @@ LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ CONFLICTS= mongodb-devel-[0-9]* +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" + USE_SCONS= yes SCONS_TARGET= all |