diff options
author | snj <snj@pkgsrc.org> | 2004-05-02 03:55:05 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-02 03:55:05 +0000 |
commit | 023d96db45946f356972304457d883ea3af6cabe (patch) | |
tree | 68bdf3abf78260edaa06c035eae734ce5f2a6978 /graphics/skencil | |
parent | 17a62a714de4d11ee8012cd24d9827f4792b4f9a (diff) | |
download | pkgsrc-023d96db45946f356972304457d883ea3af6cabe.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 578d6b2b8c0..382e6e7ad38 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 13:07:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/02 03:55:16 snj Exp $ # DISTNAME= skencil-0.6.16 @@ -10,7 +10,7 @@ HOMEPAGE= http://sketch.sourceforge.net/ COMMENT= Interactive drawing program USE_X11= YES -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PYTHON_PATCH_SCRIPTS= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL @@ -40,6 +40,6 @@ post-install: cd ${WRKSRC}/Examples && ${PAX} -rwpm -v . ${SKETCHEXDIR} .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink2.mk" -.include "../../graphics/py-imaging/buildlink2.mk" +.include "../../x11/py-Tk/buildlink3.mk" +.include "../../graphics/py-imaging/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |