summaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 589c119e2b7..30ecdd5c58d 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/06/03 10:05:21 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.24 2013/06/04 07:45:01 wiz Exp $
DISTNAME= skencil-0.6.17
PKGREVISION= 10
@@ -10,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://sketch.sourceforge.net/
COMMENT= Interactive drawing program
+DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
+
USE_TOOLS+= pax
PYTHON_PATCH_SCRIPTS= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py
@@ -44,5 +45,4 @@ post-install:
.include "../../lang/python/application.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"