diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:02 +0800 |
commit | 91b7a9e5d97860d42e327da9196cfb35521f65b0 (patch) | |
tree | 7002479f6c607adb4b85bd8782b44791a72c4d2b | |
parent | 055e8ba579297eee0fb8d950d69523627ea51e9d (diff) | |
download | freebsd-ports-gnome-91b7a9e5d97860d42e327da9196cfb35521f65b0.tar.gz freebsd-ports-gnome-91b7a9e5d97860d42e327da9196cfb35521f65b0.tar.zst freebsd-ports-gnome-91b7a9e5d97860d42e327da9196cfb35521f65b0.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r-- | databases/xapian-bindings12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/xapian-bindings12/Makefile b/databases/xapian-bindings12/Makefile index 1dce2c415772..20ac4e743b54 100644 --- a/databases/xapian-bindings12/Makefile +++ b/databases/xapian-bindings12/Makefile @@ -3,6 +3,7 @@ PORTNAME= xapian-bindings PORTVERSION= 1.2.25 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -43,7 +44,7 @@ PHP_CONFIGURE_WITH= php PHP_USES= php:build PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python -PYTHON_USES= python:2 +PYTHON_USES= python:2.7 RUBY_CONFIGURE_WITH= ruby RUBY_USE= RUBY=yes |