diff --git a/lang/emilua/Makefile b/lang/emilua/Makefile index 6739ddb2e170..469315978d43 100644 --- a/lang/emilua/Makefile +++ b/lang/emilua/Makefile @@ -1,44 +1,44 @@ PORTNAME= emilua DISTVERSIONPREFIX= v DISTVERSION= 0.11.5 PORTREVISION= 2 CATEGORIES= lang devel MAINTAINER= manipuladordedados@gmail.com COMMENT= Lua execution engine WWW= https://emilua.org/ LICENSE= BSL MIT LICENSE_COMB= dual LICENSE_FILE_BSL= ${WRKSRC}/LICENSE-BSL-1.0.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT.txt BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ boost-libs>0:devel/boost-libs \ cereal>0:devel/cereal \ cmake:devel/cmake-core \ gawk:lang/gawk \ gperf:devel/gperf \ ksh93:shells/ksh \ re2c:devel/re2c LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libfmt.so:devel/libfmt -USES= localbase luajit:luajit meson ncurses pathfix \ +USES= localbase luajit meson ncurses pathfix \ pkgconfig ssl USE_GITLAB= yes CONFIGURE_ENV+= BOOST_INCLUDEDIR="${LOCALBASE}/include" \ BOOST_LIBRARYDIR="${LOCALBASE}/lib" MESON_ARGS= --buildtype=plain \ --wrap-mode=nodownload \ -Db_pch=false \ -Denable_manpages=true \ -Denable_tests=true \ PLIST_SUB= SOVER="${DISTVERSION}" .include