diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-08 13:30:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-08 13:30:30 +0800 |
commit | 2e795799767cb6f11370e56775c677081d5d7497 (patch) | |
tree | 0d4631a974f8876aae8f434798f22af835dc0316 /news | |
parent | 4e2877a0b9bea992d90a405dc2b3c98fd5ec2237 (diff) | |
download | freebsd-ports-gnome-2e795799767cb6f11370e56775c677081d5d7497.tar.gz freebsd-ports-gnome-2e795799767cb6f11370e56775c677081d5d7497.tar.zst freebsd-ports-gnome-2e795799767cb6f11370e56775c677081d5d7497.zip |
Allow suck build with SSL in the base if its new enouth,
otherwise build latest from ports.
Diffstat (limited to 'news')
-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 |