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 | ecd0059f0f306687a3c2c15fbb228439be0b5fff (patch) | |
tree | 68bdf3abf78260edaa06c035eae734ce5f2a6978 /graphics/skencil | |
parent | 51d6d38b1a85a7ff032b3f9b7e1a41464450f3ef (diff) | |
download | pkgsrc-ecd0059f0f306687a3c2c15fbb228439be0b5fff.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" |