pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rdesktop rdesktop: really remove obsolete ssl option
details: https://anonhg.NetBSD.org/pkgsrc/rev/f85d141b88e6
branches: trunk
changeset: 409142:f85d141b88e6
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 16 09:49:12 2020 +0000
description:
rdesktop: really remove obsolete ssl option
diffstat:
net/rdesktop/options.mk | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (27 lines):
diff -r 0d33d8832aa6 -r f85d141b88e6 net/rdesktop/options.mk
--- a/net/rdesktop/options.mk Thu Jan 16 09:20:29 2020 +0000
+++ b/net/rdesktop/options.mk Thu Jan 16 09:49:12 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2011/05/04 14:47:18 obache Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/16 09:49:12 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop
-PKG_SUPPORTED_OPTIONS+= inet6 ssl xrandr
-PKG_SUGGESTED_OPTIONS+= inet6 ssl xrandr
+PKG_SUPPORTED_OPTIONS+= inet6 xrandr
+PKG_SUGGESTED_OPTIONS+= inet6 xrandr
.include "../../mk/bsd.options.mk"
@@ -13,11 +13,6 @@
CONFIGURE_ARGS+= --with-ipv6
.endif
-.if !empty(PKG_OPTIONS:Mssl)
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
-.include "../../security/openssl/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mxrandr)
.include "../../x11/libXrandr/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index