1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix LIB_DEPENDS to catch up to the recently committed net/freerdp

version 1.2.0.

Mark BROKEN because the build gets further but is still broken.
This version of remmina is incompatible with freerdb 1.2.0.  It
appears that remmina 1.2.0 is required.

Approved by:	mat (mentor, implicit)
This commit is contained in:
Don Lewis 2015-05-29 04:54:31 +00:00
parent 9e84f36176
commit c04129cc12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387781

View File

@ -5,10 +5,12 @@ PKGNAMESUFFIX= -rdp
COMMENT= Remmina plugin for RDP protocol
LIB_DEPENDS= libfreerdp-core.so:${PORTSDIR}/net/freerdp
LIB_DEPENDS= libfreerdp.so:${PORTSDIR}/net/freerdp
MASTERDIR= ${.CURDIR}/../remmina-plugins
BROKEN= version 1.0.0 is incompatible with freerdp 1.2.x
PLIST_SUB+= ICONS="" SSH=""
.include "${MASTERDIR}/Makefile"