diff options
author | pav <pav@FreeBSD.org> | 2010-10-13 07:17:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-13 07:17:48 +0800 |
commit | 17a47941e2756775e8fbcfc2bfc2531636d5ac51 (patch) | |
tree | f30f2e28a10441ee05725c91935b3d5fc5db7d6c | |
parent | e8dbf5af366d2c9fc0be829ac17f7093de367d88 (diff) | |
download | freebsd-ports-gnome-17a47941e2756775e8fbcfc2bfc2531636d5ac51.tar.gz freebsd-ports-gnome-17a47941e2756775e8fbcfc2bfc2531636d5ac51.tar.zst freebsd-ports-gnome-17a47941e2756775e8fbcfc2bfc2531636d5ac51.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
-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 |