diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 12:39:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 12:39:02 +0000 |
commit | a7ad4c10fa976cd4ebbf35e4a463a8bffa4d87e0 (patch) | |
tree | 373527e4597ccd1dbe5d576ac86cb0b36cf92c8a /security/fressh | |
parent | b6c292744fbde7dbc3d13482aa3cfe23bfa069f2 (diff) | |
download | ports-a7ad4c10fa976cd4ebbf35e4a463a8bffa4d87e0.tar.gz ports-a7ad4c10fa976cd4ebbf35e4a463a8bffa4d87e0.zip |
Notes
Diffstat (limited to 'security/fressh')
-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 17d92e64aa16..bd9b170a8851 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.1:${PORTSDIR}/security/openssl +LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RSAGLUE="${RSAGLUE}" |