diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 21:31:07 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 21:31:07 +0000 |
commit | 3e5c0872e5f2bc1a67368a558a968c08dc218c51 (patch) | |
tree | 2c77bcad774cf3ef59f5925f90107a81c2c39637 /security | |
parent | 60f51d9e19544e090170c81d15134115c18082ee (diff) | |
download | FreeBSD-ports-3e5c0872e5f2bc1a67368a558a968c08dc218c51.zip FreeBSD-ports-3e5c0872e5f2bc1a67368a558a968c08dc218c51.tar.gz |
- Don't specify --with-ssl-dir when using the system's OpenSSL
PR: ports/79355
Submitted by: Mark Andrews <Mark_Andrews@isc.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 451def7..ab0adaf 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -162,6 +162,8 @@ LDFLAGS= .else CONFIGURE_ARGS+= --with-rpath=${OPENSSLRPATH} .endif +.if ${OPENSSLBASE} != "/usr" CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} +.endif .include <bsd.port.post.mk> |