diff options
author | Valter Nazianzeno <manipuladordedados@gmail.com> | 2024-09-03 22:56:03 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-09-03 22:56:03 +0000 |
commit | 0ea4707a5e8e1a4beaaec820cd3a0991b590fe3a (patch) | |
tree | 721ae786bc45381dfa0a815b012b2cfb212037b0 | |
parent | 76e3fcd9cf73db68debd1be623d60710f01af9cc (diff) | |
download | ports-0ea4707a5e8e1a4beaaec820cd3a0991b590fe3a.tar.gz ports-0ea4707a5e8e1a4beaaec820cd3a0991b590fe3a.zip |
lang/emilua: Remove IGNORE_FreeBSD_13
Port build and work without errors on 13.3
PR: 281216
Tested by: Chad Jacob Milios <milios@ccsys.com>
-rw-r--r-- | lang/emilua/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/emilua/Makefile b/lang/emilua/Makefile index 5d92801f8945..7873ac999292 100644 --- a/lang/emilua/Makefile +++ b/lang/emilua/Makefile @@ -12,8 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSL= ${WRKSRC}/LICENSE-BSL-1.0.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT.txt -IGNORE_FreeBSD_13= not supported by Emilua - BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ boost-libs>0:devel/boost-libs \ cereal>0:devel/cereal \ |