Fix for the OpenSSL extension

PR:		57437
Submitted by:	sysadmin@alexdupre.com
This commit is contained in:
Dirk Meyer 2003-10-01 11:34:23 +00:00
parent b719a5a005
commit 251d7066cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89968
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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