summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2016-02-02 07:38:29 +0000
committerdbj <dbj@pkgsrc.org>2016-02-02 07:38:29 +0000
commit85a2eccb3cc4b32d0f190f0fe930d298ade03a4f (patch)
tree8c678873bccbacf2608ea1e20dcb5611e838454f /x11/py-Tk
parent65260766a4997360d3adec21509d7aef6522c41f (diff)
downloadpkgsrc-85a2eccb3cc4b32d0f190f0fe930d298ade03a4f.tar.gz
add explicit dependency on libX11
fixes build on Darwin
Diffstat (limited to 'x11/py-Tk')
-rw-r--r--x11/py-Tk/Makefile3
1 files changed, 2 insertions, 1 deletions
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"