Thu Jan 16 09:49:12 2020 UTC ()
rdesktop: really remove obsolete ssl option


(wiz)
diff -r1.4 -r1.5 pkgsrc/net/rdesktop/options.mk

cvs diff -r1.4 -r1.5 pkgsrc/net/rdesktop/options.mk (expand / switch to unified diff)

--- pkgsrc/net/rdesktop/options.mk 2011/05/04 14:47:18 1.4
+++ pkgsrc/net/rdesktop/options.mk 2020/01/16 09:49:12 1.5
@@ -1,23 +1,18 @@ @@ -1,23 +1,18 @@
1# $NetBSD: options.mk,v 1.4 2011/05/04 14:47:18 obache Exp $ 1# $NetBSD: options.mk,v 1.5 2020/01/16 09:49:12 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop 3PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop
4PKG_SUPPORTED_OPTIONS+= inet6 ssl xrandr 4PKG_SUPPORTED_OPTIONS+= inet6 xrandr
5PKG_SUGGESTED_OPTIONS+= inet6 ssl xrandr 5PKG_SUGGESTED_OPTIONS+= inet6 xrandr
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9### 9###
10### Support both IPv6 and IPv4 connections. 10### Support both IPv6 and IPv4 connections.
11### 11###
12.if !empty(PKG_OPTIONS:Minet6) 12.if !empty(PKG_OPTIONS:Minet6)
13CONFIGURE_ARGS+= --with-ipv6 13CONFIGURE_ARGS+= --with-ipv6
14.endif 14.endif
15 15
16.if !empty(PKG_OPTIONS:Mssl) 
17CONFIGURE_ARGS+= --with-openssl=${SSLBASE} 
18.include "../../security/openssl/buildlink3.mk" 
19.endif 
20 
21.if !empty(PKG_OPTIONS:Mxrandr) 16.if !empty(PKG_OPTIONS:Mxrandr)
22.include "../../x11/libXrandr/buildlink3.mk" 17.include "../../x11/libXrandr/buildlink3.mk"
23.endif 18.endif