From 85a2eccb3cc4b32d0f190f0fe930d298ade03a4f Mon Sep 17 00:00:00 2001 From: dbj Date: Tue, 2 Feb 2016 07:38:29 +0000 Subject: add explicit dependency on libX11 fixes build on Darwin --- x11/py-Tk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/py-Tk') diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 85e522faeed..bbf46681035 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/07/04 16:18:42 joerg Exp $ +# $NetBSD: Makefile,v 1.62 2016/02/02 07:38:29 dbj Exp $ PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION} PKGREVISION= 4 @@ -44,4 +44,5 @@ do-patch: .include "../../lang/python/srcdist.mk" .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" +.include "../../x11/libX11/builtin.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3