diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-09-02 20:02:00 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-09-02 20:02:00 +0000 |
commit | 0b159fb4afa1d3d594016a5ff51c28f044b41441 (patch) | |
tree | 4f17707e793c93e99edcd9555f79a3996307312c /databases/couchdb | |
parent | f03f2be24f8bed552df42bbebb324b318c86a3e2 (diff) | |
download | ports-0b159fb4afa1d3d594016a5ff51c28f044b41441.tar.gz ports-0b159fb4afa1d3d594016a5ff51c28f044b41441.zip |
Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=303571
Diffstat (limited to 'databases/couchdb')
-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 4e5ee00b2b12..bf82fb80e0f0 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -8,6 +8,7 @@ PORTNAME= couchdb PORTVERSION= 1.2.0 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= couchdb/releases/${PORTVERSION} @@ -17,7 +18,7 @@ MAINTAINER= till@php.net COMMENT= A document database server, accessible via a RESTful JSON API LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \ - js:${PORTSDIR}/lang/spidermonkey \ + js:${PORTSDIR}/lang/spidermonkey17 \ curl:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \ erlc:${PORTSDIR}/lang/erlang |