aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-bindings
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 16:01:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 16:01:45 +0000
commitf5ba1ef3208aaf34166c46fc0c566c2e765026f4 (patch)
tree01e2a6595212ef8065eafdfd151022ba33ade8a0 /databases/xapian-bindings
parent767c8514e90f22892b16a7174598626cbdc71bbb (diff)
downloadports-f5ba1ef3208aaf34166c46fc0c566c2e765026f4.tar.gz
ports-f5ba1ef3208aaf34166c46fc0c566c2e765026f4.zip
Convert to USES=lua and make it use lua 5.2 by default
Notes
Notes: svn path=/head/; revision=355397
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 2b631330f7f4..2df14f1dddd4 100644
--- a/databases/xapian-bindings/Makefile
+++ b/databases/xapian-bindings/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xapian-bindings
PORTVERSION= 1.2.17
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
LOCAL/sunpoet
@@ -30,7 +31,7 @@ PORTDOCS= *
LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
LUA_CONFIGURE_WITH= lua
-LUA_USE= LUA=5.1+
+LUA_USES= lua
PERL_CONFIGURE_ENV= PERL_LIB=${SITE_PERL}
PERL_CONFIGURE_WITH= perl
PERL_USES= perl5