- Unbroke remmina-plugin-nx build by define dependency on libssh directly

- Remove libssh block from common plugins block, it used only for -nx
This commit is contained in:
Dima Panov 2014-01-20 04:45:49 +00:00
parent 32d5a333f4
commit 6b7cedbc2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340367
2 changed files with 2 additions and 11 deletions

View File

@ -9,6 +9,8 @@ USE_XORG+= xkbfile
MASTERDIR= ${.CURDIR}/../remmina-plugins
LIB_DEPENDS+= libssh.so:${PORTSDIR}/security/libssh
PLIST_SUB+= ICONS="" SSH="@comment "
.include "${MASTERDIR}/Makefile"

View File

@ -27,17 +27,6 @@ SSH_DESC= Build with SSH tunneling support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSH}
LIB_DEPENDS+= libssh.so:${PORTSDIR}/security/libssh
PLIST_SUB+= SSH=""
.if ${OSVERSION} >= 800040
LDFLAGS+= -fstack-protector
.endif
.else
CMAKE_ARGS+= -DWITH_LIBSSH=OFF
PLIST_SUB+= SSH="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${PKGNAMESUFFIX} == "-i18n" || ${PKGNAMESUFFIX} == "-gnome"