diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 08:50:43 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 08:50:43 +0000 |
commit | a2b09f59bfd40bb6618b808f61bdc1389b144358 (patch) | |
tree | 6cdcc8b39691afe1f954f6a2abcc7f99a84ef503 /databases | |
parent | e621fba558a41a8fbe60cd10c2f62107b1c32d9f (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 4 |
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 |