diff options
author | minskim <minskim> | 2006-06-20 23:32:36 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-20 23:32:36 +0000 |
commit | 7bfae177cdf1aeeb67c59eaca64e2f6b829cd139 (patch) | |
tree | 0f5004fdb5e5f811ef09905dc2c42147d5d8aa3d /graphics | |
parent | bc69a5b5f66fff5e0bd9c405761ee2f028762493 (diff) | |
download | pkgsrc-7bfae177cdf1aeeb67c59eaca64e2f6b829cd139.tar.gz |
This package needs zlib to build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 1e4a08a722c..76cdf4076b0 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/02/05 23:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/20 23:32:36 minskim Exp $ DISTNAME= Imaging-1.1.5 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.5 @@ -20,6 +20,7 @@ post-install: ImPlatform.h Imaging.h \ ${PREFIX}/${PYINC}/PIL ) +.include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |