diff options
Diffstat (limited to 'lang/php83/Makefile')
-rw-r--r-- | lang/php83/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php83/Makefile b/lang/php83/Makefile index ba09317b3de1..3a594f51c3e5 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,5 +1,5 @@ PORTNAME= php83 -DISTVERSION= 8.3.8 +DISTVERSION= 8.3.9 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -76,7 +76,7 @@ FPM_CONFIGURE_ON= --enable-fpm \ --with-fpm-group=${WWWGRP} \ --with-fpm-user=${WWWOWN} FPM_VARS= PHP_SAPI+=fpm \ - USE_RC_SUBR+=php-fpm + USE_RC_SUBR+=php_fpm IPV6_CONFIGURE_OFF= --disable-ipv6 LINKTHR_LIBS= -lpthread NOASLR_USES= elfctl |