diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-14 15:49:36 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-14 15:49:36 +0000 |
| commit | beb1c1fe19992999ef068d0dcb07c0d02f4aea71 (patch) | |
| tree | 464f76d8fe2b9fd7499e26491ee739bfe0a5444e /textproc/luaexpat | |
| parent | www/yarn: fix regression with global packages (diff) | |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494
Diffstat (limited to 'textproc/luaexpat')
| -rw-r--r-- | textproc/luaexpat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index ee4319ddb1d1..1e9797ef3c95 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -3,7 +3,7 @@ PORTNAME= luaexpat PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \ http://redundancy.redundancy.org/mirror/ @@ -16,7 +16,7 @@ LICENSE= MIT LIB_DEPENDS= libexpat.so:textproc/expat2 -USES?= lua +USES= lua:module USES+= gmake ALL_TARGET= lib |
