pkgsrc/lang/spidermonkey/buildlink3.mk
dholland 7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00

29 lines
811 B
Makefile

# $NetBSD: buildlink3.mk,v 1.16 2012/05/07 01:53:42 dholland Exp $
BUILDLINK_TREE+= spidermonkey
.if !defined(SPIDERMONKEY_BUILDLINK3_MK)
SPIDERMONKEY_BUILDLINK3_MK:=
.include "../../mk/bsd.fast.prefs.mk"
BUILDLINK_API_DEPENDS.spidermonkey+= spidermonkey>=1.5
.if ${OPSYS} == "Darwin"
BUILDLINK_ABI_DEPENDS.spidermonkey+= spidermonkey>=1.8.0rc1nb3
.else
BUILDLINK_ABI_DEPENDS.spidermonkey+= spidermonkey>=1.5nb8
.endif
BUILDLINK_PKGSRCDIR.spidermonkey?= ../../lang/spidermonkey
.include "../../devel/readline/buildlink3.mk"
pkgbase := spidermonkey
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.spidermonkey:Mthreads)
. include "../../devel/nspr/buildlink3.mk"
. include "../../mk/pthread.buildlink3.mk"
.endif
.endif # SPIDERMONKEY_BUILDLINK3_MK
BUILDLINK_TREE+= -spidermonkey