diff options
Diffstat (limited to 'lang/php56/Makefile.ext')
-rw-r--r-- | lang/php56/Makefile.ext | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 41655003897c..060cf3093f58 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -527,6 +527,10 @@ USES+= mysql .include <bsd.port.pre.mk> +.if ${PHP_MODNAME} == "openssl" && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${PHP_MODNAME} == "gd" . if ${PORT_OPTIONS:MT1LIB} LIB_DEPENDS+= libt1.so:devel/t1lib |