Date: Sun, 3 May 2020 20:49:39 +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: r533826 - head/databases/lua-xapian Message-ID: <202005032049.043KndqM065308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:49:39 2020 New Revision: 533826 URL: https://svnweb.freebsd.org/changeset/ports/533826 Log: Cosmetic change Modified: head/databases/lua-xapian/Makefile Modified: head/databases/lua-xapian/Makefile ============================================================================== --- head/databases/lua-xapian/Makefile Sun May 3 20:49:34 2020 (r533825) +++ head/databases/lua-xapian/Makefile Sun May 3 20:49:39 2020 (r533826) @@ -19,12 +19,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -CONFLICTS_INSTALL= xapian-bindings12 - -OPTIONS_DEFINE= DOCS - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool lua:module tar:xz DOCSDIR= ${LUA_DOCSDIR} @@ -49,6 +43,12 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++11 PORTDOCS= * + +CONFLICTS_INSTALL= xapian-bindings12 + +PORTSCOUT= limitw:1,even + +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043KndqM065308>