diff options
author | joerg <joerg> | 2013-06-13 14:26:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-06-13 14:26:35 +0000 |
commit | 56701baf0ccfd54af7207ea73c3496eb04d3ac49 (patch) | |
tree | 240c6265f94b21cc59b3d248c7a3871279d43709 /graphics | |
parent | d32906fb48814f428f5b722649ad852f28cc8543 (diff) | |
download | pkgsrc-56701baf0ccfd54af7207ea73c3496eb04d3ac49.tar.gz |
Replace tcl with tk as dependency. The former is not enough.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/skencil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index b1143db2a29..d76d959e31e 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/06/10 18:56:45 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2013/06/13 14:26:35 joerg Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 11 @@ -45,5 +45,5 @@ post-install: .include "../../lang/python/application.mk" .include "../../graphics/py-imaging/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" -.include "../../lang/tcl/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |