diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-17 05:17:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-17 05:17:14 +0000 |
commit | b1004eb606733fdc8a0ae7f526b938d87c2f269a (patch) | |
tree | 0be8ae9d223a360188f6cedca8d6b4c4ea8639e8 /security/openssl | |
parent | 34fccf664b8fecdb2bf08098f1a4de069c386520 (diff) | |
download | ports-b1004eb606733fdc8a0ae7f526b938d87c2f269a.tar.gz ports-b1004eb606733fdc8a0ae7f526b938d87c2f269a.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 0c3cc498c2b6..b4152b7f062b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -924,6 +924,10 @@ PLIST_SUB+= SHLIBVER=${OPENSSL_SHLIBVER} INSTALLS_SHLIB= yes .endif +.if defined(WITH_OPENSSL_COMPRESSION) +EXTRACONFIGURE+= zlib +.endif + .if defined(OPENSSL_OVERWRITE_BASE) .if exists(/lib/libcrypto.so) || exists(/lib/libcrypto.so.3) pre-everything:: |