summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 01:53:12 +0000
committerdholland <dholland>2012-05-07 01:53:12 +0000
commit34896bd1c6e1bd3b49a53ab03da550c546a5b078 (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /graphics/py-imaging
parent1ac24055bbf9ecf582115722bf49893250f6c5cf (diff)
downloadpkgsrc-34896bd1c6e1bd3b49a53ab03da550c546a5b078.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
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 f3b9145aca2..b21a8f037b4 100644
--- a/graphics/py-imaging/buildlink3.mk
+++ b/graphics/py-imaging/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/12/23 11:44:44 dsainty Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2012/05/07 01:53:37 dholland 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?= ${PYPKGPREFIX}-imaging>=1.1.7nb1
+BUILDLINK_ABI_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.7nb1
BUILDLINK_PKGSRCDIR.pyimaging?= ../../graphics/py-imaging
.include "../../mk/jpeg.buildlink3.mk"