summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorcherry <cherry>2017-02-21 05:25:13 +0000
committercherry <cherry>2017-02-21 05:25:13 +0000
commit68c4c1426e2ec7c864d778d3f3aa1f5a339f73f3 (patch)
treea769d2fd3744bc328125704916097440f3903112 /comms
parent744d08d94fcf150614e21ac2707f09c2501bb7a0 (diff)
downloadpkgsrc-68c4c1426e2ec7c864d778d3f3aa1f5a339f73f3.tar.gz
Add an upper API version restriction.
The current only user of this buildlink file is asterisk-chan-dongle (which is yet to be committed). With further users, comms/asterisk may need to find a version specific directory as newer versions are imported.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/buildlink3.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/asterisk/buildlink3.mk b/comms/asterisk/buildlink3.mk
index fa6511b7e88..df64c5e776f 100644
--- a/comms/asterisk/buildlink3.mk
+++ b/comms/asterisk/buildlink3.mk
@@ -1,11 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/02/10 11:01:48 cherry Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2017/02/21 05:25:13 cherry Exp $
BUILDLINK_TREE+= asterisk
.if !defined(ASTERISK_BUILDLINK3_MK)
ASTERISK_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.asterisk+= asterisk>=11.25.1nb1
+# Current user is comms/asterisk-chan-dongle, which is tied to v11.x
+BUILDLINK_API_DEPENDS.asterisk+= asterisk>=11.25.1nb1<12
BUILDLINK_PKGSRCDIR.asterisk?= ../../comms/asterisk
.endif # ASTERISK_BUILDLINK3_MK