svn commit: r321550 - head/net/remmina
Dima Panov
fluffy at FreeBSD.org
Sat Jun 22 07:42:16 UTC 2013
Author: fluffy
Date: Sat Jun 22 07:42:15 2013
New Revision: 321550
URL: http://svnweb.freebsd.org/changeset/ports/321550
Log:
- Fix typo in libssh option handle
Modified:
head/net/remmina/Makefile
Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile Sat Jun 22 07:40:17 2013 (r321549)
+++ head/net/remmina/Makefile Sat Jun 22 07:42:15 2013 (r321550)
@@ -54,7 +54,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libssh.so
LDFLAGS+= -fstack-protector
.endif
.else
-CMAKE_ARGS+= -DWITH_SSH=OFF
+CMAKE_ARGS+= -DWITH_LIBSSH=OFF
.endif
.if ${PORT_OPTIONS:MGCRYPT}
More information about the svn-ports-head
mailing list