pkgsrc/net/monotorrent/buildlink3.mk
dholland 7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00

15 lines
441 B
Makefile

# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:53:53 dholland Exp $
BUILDLINK_TREE+= monotorrent
.if !defined(MONOTORRENT_BUILDLINK3_MK)
MONOTORRENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72
BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb4
BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent
.include "../../lang/mono/buildlink3.mk"
.endif # MONOTORRENT_BUILDLINK3_MK
BUILDLINK_TREE+= -monotorrent