summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-20 11:14:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-20 11:14:47 +0000
commit0702ceea1aebc93bd5732d816f7e8ea95f252359 (patch)
tree2841fad090cb4919f98a2c63a08e2c89e2d0740b /security
parentFix lookup of executables that are not in $PATH, but specified by an (diff)
- Fix build of openssl-beta on 6.0
Notes
Notes: svn path=/head/; revision=145929
Diffstat (limited to 'security')
-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