diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/couchdb | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'databases/couchdb')
-rw-r--r-- | databases/couchdb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index adad487cee14..c9dffe766b28 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -14,12 +14,12 @@ COMMENT= Document database server, accessible via a RESTful JSON API LICENSE= APACHE20 -LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ - libmozjs185.so:${PORTSDIR}/lang/spidermonkey185 \ - libcurl.so:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \ - erlang>=15.b.01,2:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erlang>=15.b.01,2:${PORTSDIR}/lang/erlang +LIB_DEPENDS= libicudata.so:devel/icu \ + libmozjs185.so:lang/spidermonkey185 \ + libcurl.so:ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man \ + erlang>=15.b.01,2:lang/erlang +RUN_DEPENDS= erlang>=15.b.01,2:lang/erlang USERS= couchdb GROUPS= couchdb |