aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-12 05:31:07 +0800
committerpav <pav@FreeBSD.org>2005-04-12 05:31:07 +0800
commit3e5c0872e5f2bc1a67368a558a968c08dc218c51 (patch)
tree2c77bcad774cf3ef59f5925f90107a81c2c39637 /security/openssh-portable/Makefile
parent60f51d9e19544e090170c81d15134115c18082ee (diff)
downloadfreebsd-ports-gnome-3e5c0872e5f2bc1a67368a558a968c08dc218c51.tar.gz
freebsd-ports-gnome-3e5c0872e5f2bc1a67368a558a968c08dc218c51.tar.zst
freebsd-ports-gnome-3e5c0872e5f2bc1a67368a558a968c08dc218c51.zip
- 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/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 451def79caa9..ab0adaf59df4 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>