From 1e2791590877584c3c4132a3eae2be36bbbb51b4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 8 May 2002 05:30:30 +0000 Subject: Allow suck build with SSL in the base if its new enouth, otherwise build latest from ports. --- news/suck/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/suck/Makefile') diff --git a/news/suck/Makefile b/news/suck/Makefile index 8a3c01ebfad8..51691083a12f 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -35,10 +35,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .if defined(SUCK_WITH_SSL) || defined(WITH_SSL) USE_OPENSSL= yes -.if ${OSVERSION} < 430000 +.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3) OPENSSLBASE= /usr/local OPENSSLDIR= ${OPENSSLBASE}/openssl -LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl OPENSSLLIB= ${OPENSSLBASE}/lib OPENSSLINC= ${OPENSSLBASE}/include .endif -- cgit v1.2.3