diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 16:50:43 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 16:50:43 +0800 |
commit | a2b09f59bfd40bb6618b808f61bdc1389b144358 (patch) | |
tree | 6cdcc8b39691afe1f954f6a2abcc7f99a84ef503 /databases | |
parent | e621fba558a41a8fbe60cd10c2f62107b1c32d9f (diff) | |
download | freebsd-ports-gnome-a2b09f59bfd40bb6618b808f61bdc1389b144358.tar.gz freebsd-ports-gnome-a2b09f59bfd40bb6618b808f61bdc1389b144358.tar.zst freebsd-ports-gnome-a2b09f59bfd40bb6618b808f61bdc1389b144358.zip |
Fix build with custom LOCALBASE
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
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 |