From 3e5c0872e5f2bc1a67368a558a968c08dc218c51 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 11 Apr 2005 21:31:07 +0000 Subject: - Don't specify --with-ssl-dir when using the system's OpenSSL PR: ports/79355 Submitted by: Mark Andrews --- security/openssh-portable/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security/openssh-portable/Makefile') 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 -- cgit