diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-27 18:53:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-27 18:53:36 +0000 |
commit | e8a5e254ae3d85bc8b9e63d54e8c048afa755c7e (patch) | |
tree | dc9e6a11a83d9509e015671095f10dec9aadf409 /graphics/py-imaging/buildlink3.mk | |
parent | da10fade11c3d3d36f285119316e947230eeb2f9 (diff) | |
download | pkgsrc-e8a5e254ae3d85bc8b9e63d54e8c048afa755c7e.tar.gz |
Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
Diffstat (limited to 'graphics/py-imaging/buildlink3.mk')
-rw-r--r-- | graphics/py-imaging/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imaging/buildlink3.mk b/graphics/py-imaging/buildlink3.mk index ea05a7b201a..caf56214f1b 100644 --- a/graphics/py-imaging/buildlink3.mk +++ b/graphics/py-imaging/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2009/08/26 19:56:42 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2009/08/27 18:53:37 wiz Exp $ BUILDLINK_TREE+= pyimaging @@ -8,7 +8,7 @@ PY_IMAGING_BUILDLINK3_MK:= .include "../../lang/python/pyversion.mk" BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.4 -BUILDLINK_ABI_DEPENDS.pyimaging?= py25-imaging>=1.1.6nb1 +BUILDLINK_ABI_DEPENDS.pyimaging?= ${PYPKGPREFIX}-imaging>=1.1.6nb1 BUILDLINK_PKGSRCDIR.pyimaging?= ../../graphics/py-imaging .include "../../graphics/jpeg/buildlink3.mk" |