diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-28 17:37:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-28 17:37:24 +0000 |
commit | 8468b5bafbbbd5636592f1dbe927ca69b104ab57 (patch) | |
tree | f1825f4f41fd1d61584c2e16f7a726960f018a60 /graphics/py-imagingtk | |
parent | ccf4b5894062e0aa2c13f42f56d04b394196dd96 (diff) | |
download | pkgsrc-8468b5bafbbbd5636592f1dbe927ca69b104ab57.tar.gz |
use buildlink file for py-Tk
Diffstat (limited to 'graphics/py-imagingtk')
-rw-r--r-- | graphics/py-imagingtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 2bec32e7b72..2b8cfdc5891 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/01/22 18:12:12 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/28 17:37:24 drochner Exp $ # DISTNAME= Imaging-1.1.1 @@ -10,8 +10,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pythonware.com/products/pil/ COMMENT= Tk support for the Python Imaging Library (PIL) -DEPENDS+= py-Tk>=2.0:../../x11/py-Tk - PYTHON_VERSIONS_ACCEPTED= 20 # XXX for now until some things are cleaned up BUILDLINK_DEPENDS.python20= python20>=2.0.1nb1 @@ -34,4 +32,5 @@ do-install: .include "../../lang/python/extension.buildlink.mk" .include "../../graphics/py-imaging/buildlink.mk" +.include "../../x11/py-Tk/buildlink.mk" .include "../../mk/bsd.pkg.mk" |