aboutsummaryrefslogtreecommitdiff
path: root/databases/lua-xapian/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:41:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:12 +0000
commitaaefcdbbf27406e24821c73e85cf1a85af3d8097 (patch)
tree28e07570fd056abbb5ce8ec30096977f6fc76a60 /databases/lua-xapian/Makefile
parentda10c2e56e0de6f8e080f18d9be3666cae65c743 (diff)
downloadports-aaefcdbbf27406e24821c73e85cf1a85af3d8097.tar.gz
ports-aaefcdbbf27406e24821c73e85cf1a85af3d8097.zip
Diffstat (limited to 'databases/lua-xapian/Makefile')
-rw-r--r--databases/lua-xapian/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/lua-xapian/Makefile b/databases/lua-xapian/Makefile
index 1a8e77b408f7..7d66fb844574 100644
--- a/databases/lua-xapian/Makefile
+++ b/databases/lua-xapian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xapian
-PORTVERSION= 1.4.21
+PORTVERSION= 1.4.22
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -45,7 +45,4 @@ PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
-
.include <bsd.port.mk>