From 251d7066cca02d63c1cbdf0c22634d52996c8d95 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 1 Oct 2003 11:34:23 +0000 Subject: [PATCH] Fix for the OpenSSL extension PR: 57437 Submitted by: sysadmin@alexdupre.com --- lang/php4/Makefile | 2 +- lang/php5/Makefile | 2 +- lang/php53/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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 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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 9d725812fd40..613844448a9f 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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