diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
commit | 0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /print/ghostscript | |
parent | fac80c722b21047393798c189bd6e5bb9e28fb87 (diff) | |
download | pkgsrc-0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk index ba5cdd9a592..a9c885904f0 100644 --- a/print/ghostscript/buildlink3.mk +++ b/print/ghostscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2012/02/06 12:41:20 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2012/05/07 01:53:54 dholland Exp $ BUILDLINK_TREE+= ghostscript @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript GHOSTSCRIPT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript?= ghostscript>=8.71nb9 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=8.71nb9 BUILDLINK_PKGSRCDIR.ghostscript?= ../../print/ghostscript .include "../../graphics/png/buildlink3.mk" |