diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-07-09 03:01:33 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-07-09 03:05:09 +0000 |
| commit | 0af0578acb3569d34267bd71195c86f74e75a6af (patch) | |
| tree | d36e70136342489c7aa3e659aa63c5084dfa9d6b /benchmarks | |
| parent | 73f619fc9120fc57fde17627c6ace0bc72d723a8 (diff) | |
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/sysbench/Makefile | 2 | ||||
| -rw-r--r-- | benchmarks/wrk/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index e0f230275ac1..4d60f28f4ebb 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -1,6 +1,6 @@ PORTNAME= sysbench PORTVERSION= 1.0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile index 52e58869a408..8e84536c6cd2 100644 --- a/benchmarks/wrk/Makefile +++ b/benchmarks/wrk/Makefile @@ -1,6 +1,6 @@ PORTNAME= wrk PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks www MAINTAINER= osa@FreeBSD.org @@ -26,7 +26,7 @@ USE_CSTD= c99 LLD_UNSAFE= yes .if ${FLAVOR} == luajit CFLAGS+= -I${LOCALBASE}/include/luajit-2.1 -LIB_DEPENDS= libluajit-5.1.so:lang/luajit-devel +LIB_DEPENDS= libluajit-5.1.so:lang/luajit .else CFLAGS+= -I${LOCALBASE}/include/luajit-2.1 LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty |
