Skip to content

Commit

Permalink
boost-build: Fix API depends pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Jan 13, 2018
1 parent 712c4a6 commit 2f920d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/boost-build/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.36 2017/08/24 19:31:31 adam Exp $
# $NetBSD: buildlink3.mk,v 1.37 2018/01/13 16:09:59 jperkin Exp $

BUILDLINK_TREE+= boost-build

.if !defined(BOOST_BUILD_BUILDLINK3_MK)
BOOST_BUILD_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.65.*
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.66.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK
Expand Down

0 comments on commit 2f920d2

Please sign in to comment.