diff options
author | dbj <dbj@pkgsrc.org> | 2016-02-02 07:38:29 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-02-02 07:38:29 +0000 |
commit | 47ff0a772348e221a4539e45cc8426526747dffa (patch) | |
tree | 8c678873bccbacf2608ea1e20dcb5611e838454f | |
parent | 1548616cb30e1354e6d7fa3facfb6a2293a99344 (diff) | |
download | pkgsrc-47ff0a772348e221a4539e45cc8426526747dffa.tar.gz |
add explicit dependency on libX11
fixes build on Darwin
-rw-r--r-- | x11/py-Tk/Makefile | 3 |
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" |