freebsd-ports/net/remmina-plugin-rdp/Makefile
Don Lewis c04129cc12 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)
2015-05-29 04:54:31 +00:00

16 lines
342 B
Makefile

# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -rdp
COMMENT= Remmina plugin for RDP protocol
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"