diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-05-29 04:54:31 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-05-29 04:54:31 +0000 |
commit | c04129cc128ae353d9a418e1375d029b6d9644de (patch) | |
tree | 412034c36c35a689699fb3bf884438b8515bf918 /net/remmina-plugin-rdp | |
parent | 9e84f36176f8dc7fff5c6772af335e79f977d732 (diff) |
Notes
Diffstat (limited to 'net/remmina-plugin-rdp')
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile index 5a0bf555c68c..0c3cdafd852b 100644 --- a/net/remmina-plugin-rdp/Makefile +++ b/net/remmina-plugin-rdp/Makefile @@ -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" |