diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net/xrdp/Makefile | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) |
Notes
Diffstat (limited to 'net/xrdp/Makefile')
-rw-r--r-- | net/xrdp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index a0183e598a86..7e47269e6f21 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xrdp PORTVERSION= 0.6.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= GH @@ -14,11 +14,13 @@ COMMENT= Open source Remote Desktop Protocol (RDP) server LICENSE= GPLv2 -USES= autoreconf:build libtool pkgconfig -USE_XORG= x11 xfixes GNU_CONFIGURE= yes -USE_RC_SUBR= xrdp +USES= autoreconf:build libtool pkgconfig USE_LDCONFIG= ${PREFIX}/lib/xrdp +USE_OPENSSL= yes +USE_RC_SUBR= xrdp +USE_XORG= x11 xfixes + USE_GITHUB= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp |