diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2013-06-20 01:59:25 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2013-06-20 01:59:25 +0000 |
commit | baee0a62c62915bd214f030ff755755a4f7265c5 (patch) | |
tree | 36b6a73912be80d84fbbcc00e73dd2ae6c2ccfaa /net/remmina-plugin-rdp | |
parent | 342cc7883f9c32add89b2cff456497660b8f39b1 (diff) | |
download | ports-baee0a62c62915bd214f030ff755755a4f7265c5.tar.gz ports-baee0a62c62915bd214f030ff755755a4f7265c5.zip |
Notes
Diffstat (limited to 'net/remmina-plugin-rdp')
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile index f315bc069c47..2a943326b46d 100644 --- a/net/remmina-plugin-rdp/Makefile +++ b/net/remmina-plugin-rdp/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: remmina-plugin-rdp -# Date created: 24 June 2010 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# +# Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -rdp COMMENT= Remmina plugin for RDP protocol -LIB_DEPENDS= freerdp.0:${PORTSDIR}/net/freerdp +BUILD_DEPENDS= freerdp>=1.0.0:${PORTSDIR}/net/freerdp +RUN_DEPENDS= ${BUILD_DEPENDS} MASTERDIR= ${.CURDIR}/../remmina-plugins |