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:   joerg
Date:           Thu Mar 26 22:02:29 UTC 2020

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

Log Message:
Use a include path that actually exists.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/x11/tk/options.mk:1.7
--- pkgsrc/x11/tk/options.mk:1.6        Thu Mar 26 13:50:27 2020
+++ pkgsrc/x11/tk/options.mk    Thu Mar 26 22:02:29 2020
@@ -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 @@ PLIST.aqua=           yes
 .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