diff options
-rw-r--r-- | lang/php80/Makefile | 4 | ||||
-rw-r--r-- | lang/php81/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 6049b8ee56c0..0c20d67563ce 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -12,10 +12,6 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 USES+= compiler:c11 tar:xz cpe gnome pkgconfig -# Although php builds fine with libressl* but most of the php modules -# require curl which fails to build with libressl*. So do an early -# check and prevent php from being built with libressl* -IGNORE_SSL= libressl libressl-devel CPE_PRODUCT= php CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} diff --git a/lang/php81/Makefile b/lang/php81/Makefile index e0d59649dad0..497986cc220f 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -11,10 +11,6 @@ COMMENT= PHP Scripting Language (8.1.X branch) LICENSE= PHP301 USES+= compiler:c11 cpe gnome pkgconfig tar:xz -# Although php builds fine with libressl* but most of the php modules -# require curl which fails to build with libressl*. So do an early -# check and prevent php from being built with libressl* -IGNORE_SSL= libressl libressl-devel CPE_PRODUCT= php PHP_VER= 81 |