diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-07-02 09:41:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-07-02 09:41:27 +0800 |
commit | b48ea3725798664191357932e8989e2f85371a52 (patch) | |
tree | 52f6f6cb03fdbe316c0b211221a056fa24efa7fe /databases | |
parent | 739d269e14e0536baeb61de04706d2820c605be3 (diff) | |
download | freebsd-ports-gnome-b48ea3725798664191357932e8989e2f85371a52.tar.gz freebsd-ports-gnome-b48ea3725798664191357932e8989e2f85371a52.tar.zst freebsd-ports-gnome-b48ea3725798664191357932e8989e2f85371a52.zip |
- Fix r417755
- Bump PORTREVISION for dependency change
r417755 was meant to remove RUBY_RDOC but it also added ruby as runtime
dependency unconditionally. USE_RUBY should be set only if RUBY option is on.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-bindings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 6137eac3f277..3fb761da732e 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -3,6 +3,7 @@ PORTNAME= xapian-bindings PORTVERSION= 1.2.23 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -39,7 +40,7 @@ PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2 RUBY_CONFIGURE_WITH= ruby -USE_RUBY= yes +RUBY_USE= RUBY=yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure |