diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
| commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
| tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /databases | |
| parent | Update to curl-7.20.0. (diff) | |
Chase the ftp/curl shlib version bump.
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/couchdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index fe2d877a201e..647c974432f9 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -7,6 +7,7 @@ PORTNAME= couchdb PORTVERSION= 0.10.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} @@ -18,7 +19,7 @@ COMMENT= A document database server, accessible via a RESTful JSON API LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \ js:${PORTSDIR}/lang/spidermonkey \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/lib/erlang/usr/include/erl_driver.h:${PORTSDIR}/lang/erlang-lite RUN_DEPENDS= ${BUILD_DEPENDS} |
