diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-11-25 21:40:11 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-25 21:40:11 +0000 |
commit | 04b9da414081a733478d3def4e1e3777908536c6 (patch) | |
tree | f59ddc1be63ea2f6093a28c78fbd201d491ee49d /lang/php80 | |
parent | 09c1162b8dd0e293c93ff2a2a81b2d54b57729e3 (diff) | |
download | ports-04b9da414081a733478d3def4e1e3777908536c6.tar.gz ports-04b9da414081a733478d3def4e1e3777908536c6.zip |
Diffstat (limited to 'lang/php80')
-rw-r--r-- | lang/php80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index b76f80480659..00088f9682c7 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -67,7 +67,7 @@ MYSQL80_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ MYSQL80_LDFLAGS= -L${OPENSSLLIB} -lcrypto -lssl MYSQL80_USES= ssl -CONFLICTS= php72-* php73-* php74-* +CONFLICTS= php73 php74 DESTDIRNAME= INSTALL_ROOT |