git: 0ea4707a5e8e - main - lang/emilua: Remove IGNORE_FreeBSD_13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Sep 2024 22:58:56 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ea4707a5e8e1a4beaaec820cd3a0991b590fe3a commit 0ea4707a5e8e1a4beaaec820cd3a0991b590fe3a Author: Valter Nazianzeno <manipuladordedados@gmail.com> AuthorDate: 2024-09-03 22:56:03 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-03 22:56:03 +0000 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> --- lang/emilua/Makefile | 2 -- 1 file changed, 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 \