1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Complete previous patch.

This commit is contained in:
Joe Marcus Clarke 2003-02-22 17:47:22 +00:00
parent 99979c859f
commit 2eca8d5ed7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76183
2 changed files with 4 additions and 6 deletions

View File

@ -71,9 +71,8 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || \
(${OSREL} == 4 && ${OSVERSION} >= 470103)
.if ${OSVERSION} >= 500100
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
.if ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl
.else
LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl

View File

@ -71,9 +71,8 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || \
(${OSREL} == 4 && ${OSVERSION} >= 470103)
.if ${OSVERSION} >= 500100
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
.if ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl
.else
LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl