mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
14 lines
382 B
Makefile
14 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.32 2016/05/13 20:47:32 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-build
|
|
|
|
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
|
|
BOOST_BUILD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.61.*
|
|
BUILDLINK_DEPMETHOD.boost-build?= build
|
|
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
|
|
.endif # BOOST_BUILD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-build
|