aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-bindings
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:17:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:17:48 +0000
commitf5707278b1ca854d2ea02a502a9691f7dad14fb2 (patch)
tree4eb40cb7d79dc52ca56798bb2be08404da7004f1 /databases/xapian-bindings
parent786313d55547fb29bc4061bf7f8a464cfc3567ba (diff)
downloadports-f5707278b1ca854d2ea02a502a9691f7dad14fb2.tar.gz
ports-f5707278b1ca854d2ea02a502a9691f7dad14fb2.zip
- Mark BROKEN: does not build
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=262924
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r--databases/xapian-bindings/Makefile2
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