pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/tk



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:50:27 UTC 2020

Modified Files:
        pkgsrc/x11/tk: options.mk

Log Message:
tk: Needs libXss

Noted by Dr. Thomas Orgis


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/tk/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/x11/tk/options.mk
diff -u pkgsrc/x11/tk/options.mk:1.5 pkgsrc/x11/tk/options.mk:1.6
--- pkgsrc/x11/tk/options.mk:1.5        Sat Sep  3 11:58:02 2016
+++ pkgsrc/x11/tk/options.mk    Thu Mar 26 13:50:27 2020
@@ -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 @@ PLIST.aqua=           yes
 .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