pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk Use a include path that actually exists.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6edac81541d
branches:  trunk
changeset: 414416:f6edac81541d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 22:02:29 2020 +0000

description:
Use a include path that actually exists.

diffstat:

 x11/tk/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 064162899b4b -r f6edac81541d x11/tk/options.mk
--- a/x11/tk/options.mk Thu Mar 26 21:53:31 2020 +0000
+++ b/x11/tk/options.mk Thu Mar 26 22:02:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2020/03/26 13:50:27 nia Exp $
+# $NetBSD: options.mk,v 1.7 2020/03/26 22:02:29 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tk
 PKG_SUPPORTED_OPTIONS= threads debug xft2
@@ -24,7 +24,7 @@
 .else
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXScrnSaver/buildlink.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mdebug)



Home | Main Index | Thread Index | Old Index