diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 07:53:45 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:09 +0000 |
commit | 9fccb724ba2aa97ad28c0ac27ee01ea82aba3685 (patch) | |
tree | 2fb6ac64b20260a6650f36e2001f082f333b3d6e | |
parent | 7192bc877cdead23794931669d8c42889b9157d1 (diff) |
lang/lua52: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/lua52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 7fddddabf7b9..85c86ca3abff 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -11,7 +11,7 @@ COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT -USES= libedit lua:core,52 +USES= cpe libedit lua:core,52 USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse |