summaryrefslogtreecommitdiff
path: root/net/remmina
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2013-06-22 07:42:15 +0000
committerDima Panov <fluffy@FreeBSD.org>2013-06-22 07:42:15 +0000
commit33acf308d59ddfe43a1c0e4a304723c8300bb851 (patch)
treedd526b675c95341d0fbe3c6f6186b087e25bf1a2 /net/remmina
parentUpdate to 2013.02.20 (diff)
- Fix typo in libssh option handle
Notes
Notes: svn path=/head/; revision=321550
Diffstat (limited to 'net/remmina')
-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}