aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-16 02:59:57 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-16 02:59:57 +0800
commitdb5213f5c90bfc0124278b8a4956bc99736a11c4 (patch)
tree948de5235fc3dcea09e5bb7aebc84e42d5b31a60 /security/openssl
parent07160b8797343de934fc95dadf152c522b4f8b22 (diff)
downloadfreebsd-ports-gnome-db5213f5c90bfc0124278b8a4956bc99736a11c4.tar.gz
freebsd-ports-gnome-db5213f5c90bfc0124278b8a4956bc99736a11c4.tar.zst
freebsd-ports-gnome-db5213f5c90bfc0124278b8a4956bc99736a11c4.zip
- force 0.9.7 for FREEBSD 6.0 RELEASE
Requested by: portmgr (kris)
Diffstat (limited to 'security/openssl')
-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