aboutsummaryrefslogtreecommitdiff
path: root/databases/couchdb
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-10 08:50:43 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-10 08:50:43 +0000
commita2b09f59bfd40bb6618b808f61bdc1389b144358 (patch)
tree6cdcc8b39691afe1f954f6a2abcc7f99a84ef503 /databases/couchdb
parente621fba558a41a8fbe60cd10c2f62107b1c32d9f (diff)
downloadports-a2b09f59bfd40bb6618b808f61bdc1389b144358.tar.gz
ports-a2b09f59bfd40bb6618b808f61bdc1389b144358.zip
Notes
Diffstat (limited to 'databases/couchdb')
-rw-r--r--databases/couchdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index 0926b4c1bf79..49a4f46529cf 100644
--- a/databases/couchdb/Makefile
+++ b/databases/couchdb/Makefile
@@ -27,7 +27,9 @@ USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-erlang=${LOCALBASE}/lib/erlang/usr/include \
--localstatedir=/var \
- --disable-init
+ --disable-init \
+ --with-js-include=${LOCALBASE}/include \
+ --with-js-lib=${LOCALBASE}/lib
MAN1= couchdb.1 couchjs.1