diff options
author | drochner <drochner> | 2002-01-28 17:37:24 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-28 17:37:24 +0000 |
commit | ece641c99e58faaf7f77255467053a2b2f547cc7 (patch) | |
tree | f1825f4f41fd1d61584c2e16f7a726960f018a60 /graphics/sketch | |
parent | 1958d25396293de7764ec8e704846239e6ed94d3 (diff) | |
download | pkgsrc-ece641c99e58faaf7f77255467053a2b2f547cc7.tar.gz |
use buildlink file for py-Tk
Diffstat (limited to 'graphics/sketch')
-rw-r--r-- | graphics/sketch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index 13c877bb4e1..f5727deeec5 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/01/22 18:16:17 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2002/01/28 17:37:54 drochner Exp $ # DISTNAME= sketch-0.6.12 @@ -9,8 +9,6 @@ MAINTAINER= uebayasi@soum.co.jp HOMEPAGE= http://sketch.sourceforge.net/ COMMENT= Interactive drawing program -DEPENDS+= py-Tk>=1.5.2:../../x11/py-Tk - USE_X11= YES PYTHON_VERSIONS_ACCEPTED= 20 # XXX until some things are cleaned up @@ -49,5 +47,6 @@ do-install: ${CHMOD} +x ${PREFIX}/bin/sk2ps .include "../../lang/python/application.buildlink.mk" +.include "../../x11/py-Tk/buildlink.mk" .include "../../graphics/py-imaging/buildlink.mk" .include "../../mk/bsd.pkg.mk" |