aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-11 21:31:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-11 21:31:07 +0000
commit156690eab7fe6b5d092ed8235b139092fc7f8bf8 (patch)
treeab5ab9e689e4aa1991c3d7c44df8f1d08ac1ae9d /security/openssh-portable
parent500e33efb9ef658ec9a1d4a415b14b4ea08fd94f (diff)
downloadports-156690eab7fe6b5d092ed8235b139092fc7f8bf8.tar.gz
ports-156690eab7fe6b5d092ed8235b139092fc7f8bf8.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-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>