mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
338 B
Makefile
14 lines
338 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:38 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= anthy
|
|
|
|
.if !defined(ANTHY_BUILDLINK3_MK)
|
|
ANTHY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.anthy+= anthy>=6300
|
|
BUILDLINK_ABI_DEPENDS.anthy+= anthy>=7900
|
|
BUILDLINK_PKGSRCDIR.anthy?= ../../inputmethod/anthy
|
|
.endif # ANTHY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -anthy
|