From 02f5b230f96c8069401398ab28d95272bc0b472e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2020 20:49:39 +0000 Subject: [PATCH] Cosmetic change --- databases/lua-xapian/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/lua-xapian/Makefile b/databases/lua-xapian/Makefile index 4df723e21b63..977723e33b31 100644 --- a/databases/lua-xapian/Makefile +++ b/databases/lua-xapian/Makefile @@ -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} @@ -50,6 +44,12 @@ 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