From eae2de3187f87fef5392810d46138c71fdc69d8c Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Wed, 18 Jan 2023 17:51:20 +0300 Subject: [PATCH] www/nginx-devel: unbreak build after 18c6e1827669 (+) Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Approved by: portmgr blanket --- www/nginx-devel/Makefile.extmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 03919792a3ad9..f80cbf43a35e8 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -259,7 +259,7 @@ OPENTRACING_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-opentracing-opentracing PASSENGER_NGINX_VER= 6.0.15 PASSENGER_CATEGORIES= ruby -PASSENGER_USE= ruby=yes +PASSENGER_USES= ruby PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake PASSENGER_RAKE_BIN= ${LOCALBASE}/bin/rake PASSENGER_MASTER_SITES= https://s3.amazonaws.com/phusion-passenger/releases/:passenger