aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-20 19:14:47 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-20 19:14:47 +0800
commitdb664d8622eb9aa24c193796ff6c34e76c57f1a2 (patch)
tree6c1315deccfb859a60ecb8ac96ff6eaa2d35dda1 /security/openssl
parente3ba293bb52acc9157ade8c067494082bfa32ea6 (diff)
downloadfreebsd-ports-gnome-db664d8622eb9aa24c193796ff6c34e76c57f1a2.tar.gz
freebsd-ports-gnome-db664d8622eb9aa24c193796ff6c34e76c57f1a2.tar.zst
freebsd-ports-gnome-db664d8622eb9aa24c193796ff6c34e76c57f1a2.zip
- Fix build of openssl-beta on 6.0
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index c5382960dde0..3f148d8276c9 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssl
-.if !defined(WITHOUT_OPENSSL_097)
+.if !defined(WITHOUT_OPENSSL_097) && !defined(WITH_OPENSSL_BETA)
.if !defined(OSVERSION6)
OSVERSION6!= make OSVERSION6=0 -V OSVERSION
.endif