diff options
Diffstat (limited to 'databases/couchdb3/Makefile')
-rw-r--r-- | databases/couchdb3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index bac226b27473..b8ee3e9d9606 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,6 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -12,6 +12,9 @@ WWW= https://couchdb.apache.org/ LICENSE= APACHE20 BSD3CLAUSE ISCL OFL11 WTFPL LICENSE_COMB= multi +# not supported upstream +NOT_FOR_ARCHS= i386 + BUILD_DEPENDS= erlang-runtime${_ERLVER}>=${_ERLVER}.0:lang/erlang-runtime${_ERLVER} \ rebar:devel/rebar LIB_DEPENDS= libicudata.so:devel/icu \ |