pkgsrc/geography/gpsd/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
400 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:31 dholland Exp $
BUILDLINK_TREE+= gpsd
.if !defined(GPSD_BUILDLINK3_MK)
GPSD_BUILDLINK3_MK:=
# 2.90 is the beginning of withdrawing of interfaces. Plus
# it's an ABI.
BUILDLINK_API_DEPENDS.gpsd+= gpsd>=2.90
BUILDLINK_ABI_DEPENDS.gpsd+= gpsd>=2.96
BUILDLINK_PKGSRCDIR.gpsd?= ../../geography/gpsd
.endif # GPSD_BUILDLINK3_MK
BUILDLINK_TREE+= -gpsd