1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- force 0.9.7 for FREEBSD 6.0 RELEASE

Requested by:	portmgr (kris)
This commit is contained in:
Dirk Meyer 2005-10-15 18:59:57 +00:00
parent cfa7be167f
commit 796146290b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145471

View File

@ -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