From 5ec05cb87258757773a815a89a962d77533bff79 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 12 May 2024 22:47:20 +0200 Subject: [PATCH] fixup! Add php port. --- ports/php/php.port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/php/php.port b/ports/php/php.port index fa785e27..ff3ceb20 100644 --- a/ports/php/php.port +++ b/ports/php/php.port @@ -8,7 +8,7 @@ SHA256SUM=39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f UPSTREAM_SITE=https://www.php.net/distributions UPSTREAM_ARCHIVE=$ARCHIVE RELEASE_SEARCH_PAGE=https://www.php.net/downloads.php -LICENSE=LICENSE=PHP-3.0 +LICENSE=PHP-3.0 USE_BOOTSTRAP=true # php uses php to build phar BOOTSTRAP_BUILD_SYSTEM=configure BOOTSTRAP_CONFIGURE_ARGS='--with-layout=GNU --disable-cgi --disable-phpdbg --disable-all --enable-phar'