mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- 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:
parent
32d5a333f4
commit
6b7cedbc2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340367
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user