summaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-04 07:45:01 +0000
committerwiz <wiz>2013-06-04 07:45:01 +0000
commita2ddbfda9a7ab705e0f588d01321e3fd0441242a (patch)
treec95a6aa18044ad159515f08c9c3b55669cb19f5f /graphics/skencil
parente15b56dacc2c03b76a09541e63f17afc510d4f19 (diff)
downloadpkgsrc-a2ddbfda9a7ab705e0f588d01321e3fd0441242a.tar.gz
Replace py-Tk/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
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"