aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-01 19:34:23 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-01 19:34:23 +0800
commit251d7066cca02d63c1cbdf0c22634d52996c8d95 (patch)
tree4f673fbc297950801c096c9b3ff8be78f82de74d /lang/php5
parentb719a5a0057e2eba43a29c0a0fdee4d45b949811 (diff)
downloadfreebsd-ports-gnome-251d7066cca02d63c1cbdf0c22634d52996c8d95.tar.gz
freebsd-ports-gnome-251d7066cca02d63c1cbdf0c22634d52996c8d95.tar.zst
freebsd-ports-gnome-251d7066cca02d63c1cbdf0c22634d52996c8d95.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