summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-01 11:34:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-01 11:34:23 +0000
commit251d7066cca02d63c1cbdf0c22634d52996c8d95 (patch)
tree4f673fbc297950801c096c9b3ff8be78f82de74d /lang/php4
parentNew port: Resin 2. (diff)
Fix for the OpenSSL extension
PR: 57437 Submitted by: sysadmin@alexdupre.com
Notes
Notes: svn path=/head/; revision=89968
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 19eb6811c08b..127ec13bc077 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -440,7 +440,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