diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 07:54:50 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:10 +0000 |
commit | 5ead9ce535762bfb3bbd98f1f166ad19b53628e3 (patch) | |
tree | b92fed5c39afbf24ec2d6b908dc24207e60321ee /lang | |
parent | lang/lua52: Add CPE information (diff) |
lang/lua53: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index e830a3f7074f..83116f96dffd 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -11,7 +11,7 @@ COMMENT= Powerful, efficient, lightweight, embeddable scripting language LICENSE= MIT -USES= lua:core,53 +USES= cpe lua:core,53 USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse |