Date: Sun, 3 May 2020 20:49:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533821 - head/databases/xapian-core12 Message-ID: <202005032049.043KnF1I064734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:49:15 2020 New Revision: 533821 URL: https://svnweb.freebsd.org/changeset/ports/533821 Log: Cosmetic change Modified: head/databases/xapian-core12/Makefile Modified: head/databases/xapian-core12/Makefile ============================================================================== --- head/databases/xapian-core12/Makefile Sun May 3 20:49:10 2020 (r533820) +++ head/databases/xapian-core12/Makefile Sun May 3 20:49:15 2020 (r533821) @@ -15,19 +15,20 @@ COMMENT= Probabilistic text search database engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= xapian-core xapian-core10 +USES= libtool pathfix tar:xz -OPTIONS_DEFINE= DOCS SSE2 -SSE2_DESC= Use SSE2 for floating point - -PORTSCOUT= limitw:1,even - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool pathfix tar:xz PORTDOCS= * + +CONFLICTS_INSTALL= xapian-core xapian-core10 + +PORTSCOUT= limitw:1,even + +OPTIONS_DEFINE= DOCS SSE2 +SSE2_DESC= Use SSE2 for floating point SSE2_CONFIGURE_ENABLE= sse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043KnF1I064734>