aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-bindings
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-07-02 01:41:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-07-02 01:41:27 +0000
commit1cf09a7b111b930bad30c87d1e6226363f723295 (patch)
tree52f6f6cb03fdbe316c0b211221a056fa24efa7fe /databases/xapian-bindings
parentc7f2d892736e2a99bc20716ed1867c31295da714 (diff)
downloadports-1cf09a7b111b930bad30c87d1e6226363f723295.tar.gz
ports-1cf09a7b111b930bad30c87d1e6226363f723295.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.
Notes
Notes: svn path=/head/; revision=417906
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r--databases/xapian-bindings/Makefile3
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