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/py-imaging | |
parent | 17a62a714de4d11ee8012cd24d9827f4792b4f9a (diff) | |
download | pkgsrc-023d96db45946f356972304457d883ea3af6cabe.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index ad34eeb610a..4caf75be603 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:42:33 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/05/02 03:55:16 snj Exp $ DISTNAME= Imaging-1.1.4 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.4 @@ -13,7 +13,7 @@ DIST_SUBDIR= python PYDISTUTILSPKG= yes PY_PATCHPLIST= yes GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes do-configure: (cd ${WRKSRC}/libImaging && ${SETENV} ${CONFIGURE_ENV} ./configure \ @@ -29,5 +29,5 @@ post-install: ${PREFIX}/${PYINC}/PIL ) .include "../../lang/python/extension.mk" -.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |