diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-12 23:17:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-12 23:17:48 +0000 |
commit | f5707278b1ca854d2ea02a502a9691f7dad14fb2 (patch) | |
tree | 4eb40cb7d79dc52ca56798bb2be08404da7004f1 /databases/xapian-bindings | |
parent | 786313d55547fb29bc4061bf7f8a464cfc3567ba (diff) | |
download | ports-f5707278b1ca854d2ea02a502a9691f7dad14fb2.tar.gz ports-f5707278b1ca854d2ea02a502a9691f7dad14fb2.zip |
Notes
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 85864af02f15..acacd416abd5 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -17,6 +17,8 @@ COMMENT= Bindings allowing Xapian to be used from various programming languages RUN_DEPENDS= xapian-core>=1.0.18:${PORTSDIR}/databases/xapian-core BUILD_DEPENDS:= ${RUN_DEPENDS} +BROKEN= does not build + CONFIGURE_ARGS+= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \ --without-csharp --without-java --without-tcl GNU_CONFIGURE= yes |