summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-26 22:02:29 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-26 22:02:29 +0000
commitdb7954fa05b8bd2ebeb470e91d26ad25f501d824 (patch)
tree65fff114471d799aa4f21f6b50a05490546cab7c /x11
parente2023652115af3c747df1211cd915e07819c8c1e (diff)
downloadpkgsrc-db7954fa05b8bd2ebeb470e91d26ad25f501d824.tar.gz
Use a include path that actually exists.
Diffstat (limited to 'x11')
-rw-r--r--x11/tk/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/options.mk b/x11/tk/options.mk
index 44c515dc8cb..fef1754f371 100644
--- a/x11/tk/options.mk
+++ b/x11/tk/options.mk
@@ -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)