summaryrefslogtreecommitdiff
path: root/graphics/py-imagingtk
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-28 17:37:24 +0000
committerdrochner <drochner>2002-01-28 17:37:24 +0000
commitb1c05e24748a10d727b17e4d025db25a556ba849 (patch)
treef1825f4f41fd1d61584c2e16f7a726960f018a60 /graphics/py-imagingtk
parent2cf913e9545ec0f21ced8ee47c652a30ee1421df (diff)
downloadpkgsrc-b1c05e24748a10d727b17e4d025db25a556ba849.tar.gz
use buildlink file for py-Tk
Diffstat (limited to 'graphics/py-imagingtk')
-rw-r--r--graphics/py-imagingtk/Makefile5
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"