diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-31 01:08:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-31 01:08:10 +0800 |
commit | 4bcec6c02c364c43054eb17385cf79bea671ae9f (patch) | |
tree | 1a91e102c505de18a272daa5f38252f8e70f12a6 /www | |
parent | 7748ebaf65b1b73515cd93d0de22b9c75a9da3f4 (diff) | |
download | freebsd-ports-gnome-4bcec6c02c364c43054eb17385cf79bea671ae9f.tar.gz freebsd-ports-gnome-4bcec6c02c364c43054eb17385cf79bea671ae9f.tar.zst freebsd-ports-gnome-4bcec6c02c364c43054eb17385cf79bea671ae9f.zip |
Mark BROKEN: Fails to configure
checking for xapian-config... /usr/local/bin/xapian-config
checking /usr/local/bin/xapian-config works... configure: error: `/usr/local/bin/xapian-config --ltlibs --cxxflags' doesn't work, aborting
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/xapian-omega10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xapian-omega10/Makefile b/www/xapian-omega10/Makefile index 9d382b2fd561..8d374c394d72 100644 --- a/www/xapian-omega10/Makefile +++ b/www/xapian-omega10/Makefile @@ -12,6 +12,8 @@ COMMENT= CGI search application built on Xapian LICENSE= GPLv2 +BROKEN= Fails to configure + LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core10 USES= perl5 |