svn commit: r533826 - head/databases/lua-xapian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 20:49:45 UTC 2020
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
More information about the svn-ports-all
mailing list