diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
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 |