diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net/xrdp | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net/xrdp')
-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 |