diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-05-08 05:30:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-05-08 05:30:30 +0000 |
commit | 1e2791590877584c3c4132a3eae2be36bbbb51b4 (patch) | |
tree | a3f1b1bc82fc4e469ed7065b95eb524269c18b8d /news/suck | |
parent | 45b9977dda61e59b5a2784d43a3a21d1500c619c (diff) | |
download | ports-1e2791590877584c3c4132a3eae2be36bbbb51b4.tar.gz ports-1e2791590877584c3c4132a3eae2be36bbbb51b4.zip |
Notes
Diffstat (limited to 'news/suck')
-rw-r--r-- | news/suck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |