Skip to content

Commit

Permalink
www/trafficserver: Use USES=luajit (defaults to luajit-devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Oct 15, 2022
1 parent b8450cc commit 9f2f386
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions www/trafficserver/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= trafficserver
PORTVERSION= 9.1.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= APACHE/${PORTNAME}

Expand All @@ -15,14 +16,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libhwloc.so:devel/hwloc2 \
libpcre.so:devel/pcre \
libxml2.so:textproc/libxml2 \
libbrotlienc.so:archivers/brotli \
${LIB_DEPENDS_${ARCH}}
LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit
LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty
LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty

USES= compiler:c++17-lang cpe gmake libtool localbase ncurses \
pathfix perl5 pkgconfig sqlite ssl tar:bzip2 tcl
libbrotlienc.so:archivers/brotli

USES= compiler:c++17-lang cpe gmake libtool localbase luajit \
ncurses pathfix perl5 pkgconfig sqlite ssl tar:bzip2 tcl

CPE_VENDOR= apache
CPE_PRODUCT= traffic_server
Expand Down

0 comments on commit 9f2f386

Please sign in to comment.