diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
commit | 59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch) | |
tree | 60afcf1a801b6b01c890e50e397775b9f7136168 /security/fressh/Makefile | |
parent | b0369d401fb3bb1f7251721bc315112e0edcc385 (diff) | |
download | FreeBSD-ports-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.zip FreeBSD-ports-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.gz |
Chase openssl shlib version increase.
Pointy hat to: dinoex
Diffstat (limited to 'security/fressh/Makefile')
-rw-r--r-- | security/fressh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile index bd9b170..862568c 100644 --- a/security/fressh/Makefile +++ b/security/fressh/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes .if !exists(/usr/lib/libssl.a) || !exists(/usr/lib/libcrypto.a) .if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) -LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl +LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RSAGLUE="${RSAGLUE}" |