Mark as only for i386/amd64: gets "unsupported compiler or platform" on
ia64/sparc64. Hat: portmgr Feature safe: yes
This commit is contained in:
parent
ea6a93366e
commit
0af0edc605
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250384
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,9 @@ LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
|
|||
|
||||
CONFLICTS= mongodb-[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
|
||||
USE_RC_SUBR= mongod
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue