pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rdesktop
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 16 09:49:12 UTC 2020
Modified Files:
pkgsrc/net/rdesktop: options.mk
Log Message:
rdesktop: really remove obsolete ssl option
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/rdesktop/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rdesktop/options.mk
diff -u pkgsrc/net/rdesktop/options.mk:1.4 pkgsrc/net/rdesktop/options.mk:1.5
--- pkgsrc/net/rdesktop/options.mk:1.4 Wed May 4 14:47:18 2011
+++ pkgsrc/net/rdesktop/options.mk Thu Jan 16 09:49:12 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl xrandr
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