aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-15 18:59:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-15 18:59:57 +0000
commit796146290bdca1a4f19d37749dc9c550b7326b01 (patch)
treec8608d641d98f6cfdf4c6c341f258976341c027d /security
parentcfa7be167f31685b881ec5d7760b27118b3a3bbd (diff)
downloadports-796146290bdca1a4f19d37749dc9c550b7326b01.tar.gz
ports-796146290bdca1a4f19d37749dc9c550b7326b01.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 5a3faa84fa32..f8dfd6293099 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -6,6 +6,14 @@
#
PORTNAME= openssl
+.if !defined(WITHOUT_OPENSSL_097)
+.if !defined(OSVERSION6)
+OSVERSION6!= make OSVERSION6=0 -V OSVERSION
+.endif
+.if ( ${OSVERSION6} >= 600000 ) && ( ${OSVERSION6} < 600100 )
+WITH_OPENSSL_097= yes
+.endif
+.endif
.if defined(WITH_OPENSSL_SNAPSHOT)
PORTVERSION= 0.9.8
PORTREVISION!= date -v-1d +%Y%m%d