summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-15 18:59:57 +0000
committerdinoex <dinoex@FreeBSD.org>2005-10-15 18:59:57 +0000
commitdb5213f5c90bfc0124278b8a4956bc99736a11c4 (patch)
tree948de5235fc3dcea09e5bb7aebc84e42d5b31a60 /security
parent07160b8797343de934fc95dadf152c522b4f8b22 (diff)
downloadFreeBSD-ports-db5213f5c90bfc0124278b8a4956bc99736a11c4.zip
FreeBSD-ports-db5213f5c90bfc0124278b8a4956bc99736a11c4.tar.gz
- force 0.9.7 for FREEBSD 6.0 RELEASE
Requested by: portmgr (kris)
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 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