svn commit: r533818 - head/databases/xapian-bindings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 20:49:01 UTC 2020


Author: sunpoet
Date: Sun May  3 20:49:00 2020
New Revision: 533818
URL: https://svnweb.freebsd.org/changeset/ports/533818

Log:
  Cosmetic change

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Sun May  3 20:47:08 2020	(r533817)
+++ head/databases/xapian-bindings/Makefile	Sun May  3 20:49:00 2020	(r533818)
@@ -10,12 +10,12 @@ COMMENT=	Bindings allowing Xapian to be used from vari
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	LUA PERL PHP PYTHON RUBY
-OPTIONS_DEFAULT=LUA PERL PHP PYTHON RUBY
+USES=		metaport
 
 PORTSCOUT=	limitw:1,even
 
-USES=		metaport
+OPTIONS_DEFINE=	LUA PERL PHP PYTHON RUBY
+OPTIONS_DEFAULT=LUA PERL PHP PYTHON RUBY
 
 LUA_RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian@${LUA_FLAVOR}
 LUA_USES=		lua:run


More information about the svn-ports-all mailing list