aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-05-07 20:08:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-05-07 20:08:00 +0000
commit1afeeb4c02ecf67612dd3b580768b0a5aa1a25c9 (patch)
treeba4f63ee7deae8e98b13e041e884a922f2f65b4a /security/openssl
parentb80ce579e90d91e7d7325892d5262b21b92c0fe6 (diff)
downloadports-1afeeb4c02ecf67612dd3b580768b0a5aa1a25c9.tar.gz
ports-1afeeb4c02ecf67612dd3b580768b0a5aa1a25c9.zip
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/bsd.openssl.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/bsd.openssl.mk b/security/openssl/bsd.openssl.mk
index 8d5c9556c87e..795be7b87bf3 100644
--- a/security/openssl/bsd.openssl.mk
+++ b/security/openssl/bsd.openssl.mk
@@ -2,7 +2,7 @@
# Date created: 31 May 2002
# Whom: dinoex
#
-# $FreeBSD: /tmp/pcvs/ports/security/openssl/Attic/bsd.openssl.mk,v 1.4 2003-04-16 14:49:26 dinoex Exp $
+# $FreeBSD: /tmp/pcvs/ports/security/openssl/Attic/bsd.openssl.mk,v 1.5 2003-05-07 20:08:00 dinoex Exp $
#
# this substitutes USE_OPENSSL=yes
# just include this makefile after bsd.ports.pre.mk
@@ -40,7 +40,8 @@ WITH_OPENSSL_PORT=yes
.if !defined(WITH_OPENSSL_BASE) && \
!defined(WITH_OPENSSL_BETA) && \
!defined(WITH_OPENSSL_PORT) && \
- !exists(${LOCALBASE}/lib/libcrypto.so)
+ !exists(${LOCALBASE}/lib/libcrypto.so) && \
+ exists(/usr/include/openssl/opensslv.h)
# Security: version in base must be 0.9.7a
OPENSSLVER!= ${AWK} '/OPENSSL_VERSION_NUMBER/ { print $$3 }' \
/usr/include/openssl/opensslv.h