aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-01 19:34:23 +0800
committerdinoex <dinoex@FreeBSD.org>2003-10-01 19:34:23 +0800
commita12baa63226d6961ed366d6f0cb26c03e143f28d (patch)
tree895a3bd1015fead64f05e2471e8d13a26d9aef00 /lang/php5
parent35356d07d45b2e1ffb123ed736a131275a767aa5 (diff)
downloadfreebsd-ports-gnome-a12baa63226d6961ed366d6f0cb26c03e143f28d.tar.gz
freebsd-ports-gnome-a12baa63226d6961ed366d6f0cb26c03e143f28d.tar.zst
freebsd-ports-gnome-a12baa63226d6961ed366d6f0cb26c03e143f28d.zip
Fix for the OpenSSL extension
PR: 57437 Submitted by: sysadmin@alexdupre.com
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 9d725812fd40..613844448a9f 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -422,7 +422,7 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
.endif
.if defined(WITH_OPENSSL) || defined(WITH_OPENSSL_DEP)
-USE_OPENSSL= yes
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+=--with-openssl-dir=${OPENSSLBASE}
.endif