summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/openssl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 5a3faa8..f8dfd62 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
OpenPOWER on IntegriCloud