diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 00:01:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 00:01:45 +0800 |
commit | 96f8722e166a9c3e3549ab5b04d5ae60a86a8e13 (patch) | |
tree | 01e2a6595212ef8065eafdfd151022ba33ade8a0 /databases | |
parent | 3e9f79614782fbd72f35529e88c14aed21ef2b4a (diff) | |
download | freebsd-ports-gnome-96f8722e166a9c3e3549ab5b04d5ae60a86a8e13.tar.gz freebsd-ports-gnome-96f8722e166a9c3e3549ab5b04d5ae60a86a8e13.tar.zst freebsd-ports-gnome-96f8722e166a9c3e3549ab5b04d5ae60a86a8e13.zip |
Convert to USES=lua and make it use lua 5.2 by default
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 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 |