pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/tk Use build option to decide whether Aqua support...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21971de8f0e2
branches: trunk
changeset: 414419:21971de8f0e2
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Mar 27 02:07:33 2020 +0000
description:
Use build option to decide whether Aqua support was desired and include
the appropiate dependencies otherwise.
diffstat:
x11/tk/buildlink3.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r a15fa9c32807 -r 21971de8f0e2 x11/tk/buildlink3.mk
--- a/x11/tk/buildlink3.mk Fri Mar 27 00:24:20 2020 +0000
+++ b/x11/tk/buildlink3.mk Fri Mar 27 02:07:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.37 2018/03/12 11:15:58 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.38 2020/03/27 02:07:33 joerg Exp $
BUILDLINK_TREE+= tk
@@ -29,10 +29,10 @@
.if !empty(PKG_BUILD_OPTIONS.tk:Mxft2)
. include "../../x11/libXft/buildlink3.mk"
.endif
-
-.include "../../mk/bsd.fast.prefs.mk"
-.if ${OPSYS} != "Darwin"
-. include "../../x11/libX11/buildlink3.mk"
+.if empty(PKG_BUILD_OPTIONS.tk:Maqua)
+. include "../../x11/libX11/buildlink3.mk"
+. include "../../x11/libXext/buildlink3.mk"
+. include "../../x11/libXScrnSaver/buildlink3.mk"
.endif
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index