mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
14 lines
382 B
Makefile
14 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2013/11/12 16:49:07 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-build
|
|
|
|
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
|
|
BOOST_BUILD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.55.*
|
|
BUILDLINK_DEPMETHOD.boost-build?= build
|
|
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
|
|
.endif # BOOST_BUILD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-build
|