aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-08-30 07:02:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-08-30 07:02:17 +0000
commit26f27bdc5ab9d780c7ee966d364fdc51219636bf (patch)
tree61f0ca9d352200ebba0233ae3a9ae4538b11d754 /security
parent3447df62ea02afe8a684d1bcea052b39a8168b92 (diff)
downloadports-26f27bdc5ab9d780c7ee966d364fdc51219636bf.tar.gz
ports-26f27bdc5ab9d780c7ee966d364fdc51219636bf.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile.ssl5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openssl/Makefile.ssl b/security/openssl/Makefile.ssl
index 316b1213a6f3..fe32cb47df0f 100644
--- a/security/openssl/Makefile.ssl
+++ b/security/openssl/Makefile.ssl
@@ -41,8 +41,13 @@ MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}"
.else
OPENSSLBASE= ${LOCALBASE}
+.if defined(USE_OPENSSL_BETA)
+OPENSSLDIR= ${OPENSSLBASE}/openssl-beta
+LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl
+.else
OPENSSLDIR= ${OPENSSLBASE}/openssl
LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl
+.endif
.endif