summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-27 18:53:36 +0000
committerwiz <wiz>2009-08-27 18:53:36 +0000
commitbb68031acc0b27943c7e561bf94259a8c289b3c5 (patch)
treedc9e6a11a83d9509e015671095f10dec9aadf409 /graphics/py-imaging
parentd9a887328d557bdb057994bb98201ba9d7bc101d (diff)
downloadpkgsrc-bb68031acc0b27943c7e561bf94259a8c289b3c5.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')
-rw-r--r--graphics/py-imaging/buildlink3.mk4
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"