pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/tk tk: Needs libXss
details: https://anonhg.NetBSD.org/pkgsrc/rev/1910f6cfb916
branches: trunk
changeset: 414383:1910f6cfb916
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 26 13:50:27 2020 +0000
description:
tk: Needs libXss
Noted by Dr. Thomas Orgis
diffstat:
x11/tk/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 56d9e912e227 -r 1910f6cfb916 x11/tk/options.mk
--- a/x11/tk/options.mk Thu Mar 26 13:48:29 2020 +0000
+++ b/x11/tk/options.mk Thu Mar 26 13:50:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/09/03 11:58:02 adam Exp $
+# $NetBSD: options.mk,v 1.6 2020/03/26 13:50:27 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tk
PKG_SUPPORTED_OPTIONS= threads debug xft2
@@ -24,6 +24,7 @@
.else
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXScrnSaver/buildlink.mk"
.endif
.if !empty(PKG_OPTIONS:Mdebug)
Home |
Main Index |
Thread Index |
Old Index