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/d54e790161ca
branches:  trunk
changeset: 426124:d54e790161ca
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 d027fb90b4f7 -r d54e790161ca 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