diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-14 23:49:36 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-14 23:49:36 +0800 |
commit | beb1c1fe19992999ef068d0dcb07c0d02f4aea71 (patch) | |
tree | 464f76d8fe2b9fd7499e26491ee739bfe0a5444e /textproc/Makefile | |
parent | 496124accdd4d4221bb883770cd6fe27184bfc96 (diff) | |
download | freebsd-ports-gnome-beb1c1fe19992999ef068d0dcb07c0d02f4aea71.tar.gz freebsd-ports-gnome-beb1c1fe19992999ef068d0dcb07c0d02f4aea71.tar.zst freebsd-ports-gnome-beb1c1fe19992999ef068d0dcb07c0d02f4aea71.zip |
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/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 93a15bdf3359..ff1e86c26ecc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -414,7 +414,6 @@ SUBDIR += ltxml SUBDIR += lua-lyaml SUBDIR += luaexpat - SUBDIR += luaexpat-51 SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lucene5 |