diff options
author | nros <nros@pkgsrc.org> | 2017-06-22 10:56:09 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2017-06-22 10:56:09 +0000 |
commit | de22c90eff180be0fba8701fbce11e42185036b6 (patch) | |
tree | 02479990a89923b248800b87cb34f8ed6ed6310a /net/unbound | |
parent | ee5f21faff684cd7837336d58216525d82e1f3e8 (diff) | |
download | pkgsrc-de22c90eff180be0fba8701fbce11e42185036b6.tar.gz |
Add buildlink3.mk since it installs libraries usable by third parties.
Requested by Aleksej Lebedev on pkgsrc-users.
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/buildlink3.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/unbound/buildlink3.mk b/net/unbound/buildlink3.mk new file mode 100644 index 00000000000..29b2bb78373 --- /dev/null +++ b/net/unbound/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/06/22 10:56:09 nros Exp $ + +BUILDLINK_TREE+= unbound + +.if !defined(UNBOUND_BUILDLINK3_MK) +UNBOUND_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.unbound+= unbound>=1.6.0 +BUILDLINK_PKGSRCDIR.unbound?= ../../net/unbound + +.endif # UNBOUND_BUILDLINK3_MK + +BUILDLINK_TREE+= -unbound |