summaryrefslogtreecommitdiff
path: root/net/remmina/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/remmina/Makefile')
-rw-r--r--net/remmina/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index e23bf4e14c51..1709e4180a23 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -54,7 +54,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libssh.so.4:${PORTSDIR}/security/libssh
LDFLAGS+= -fstack-protector
.endif
.else
-CMAKE_ARGS+= -DWITH_SSH=OFF
+CMAKE_ARGS+= -DWITH_LIBSSH=OFF
.endif
.if ${PORT_OPTIONS:MGCRYPT}