diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-02 19:40:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-02 19:40:59 +0000 |
commit | 9fa05cbab26c31bb4844d99f33bcf4472948646e (patch) | |
tree | 6ebaf5829c72142d3a5c3a96a70bb72c787b49e2 /databases/xapian-core | |
parent | 2d9234768bd3255380394766d8932f1d698dffe5 (diff) | |
download | ports-9fa05cbab26c31bb4844d99f33bcf4472948646e.tar.gz ports-9fa05cbab26c31bb4844d99f33bcf4472948646e.zip |
Notes
Diffstat (limited to 'databases/xapian-core')
-rw-r--r-- | databases/xapian-core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 23ad56d366d3..7406e5a69f14 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -14,8 +14,6 @@ COMMENT= Probabilistic text search database engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: A compiler with support for C++11 language features is required - CONFLICTS_INSTALL= xapian-core10 xapian-core12 OPTIONS_DEFINE= DOCS SSE2 @@ -25,8 +23,8 @@ PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes -USES= libtool pathfix tar:xz SSE2_CONFIGURE_ENABLE= sse |