diff options
author | joerg <joerg> | 2013-06-13 14:26:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-06-13 14:26:14 +0000 |
commit | d32906fb48814f428f5b722649ad852f28cc8543 (patch) | |
tree | 9a2606a308441486f4a7a60ae35d51228aa35d1e /graphics | |
parent | aebe05e64e9e316fc00af477181955bd2da42cc2 (diff) | |
download | pkgsrc-d32906fb48814f428f5b722649ad852f28cc8543.tar.gz |
Needs tk.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imagingtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index a340d2467ed..d1b289300fe 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/06/04 22:16:25 tron Exp $ +# $NetBSD: Makefile,v 1.32 2013/06/13 14:26:14 joerg Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 @@ -29,4 +29,5 @@ post-install: .include "../../lang/python/extension.mk" .include "../../graphics/py-imaging/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |