blob: 608b978614933fca58e972d9a760d6346acf5f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: buildlink3.mk,v 1.2 2004/02/15 14:55:09 wiz Exp $
#
# This Makefile fragment is included by packages that use aspell.
#
# This file was created automatically using createbuildlink-3.1.
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= aspell
.endif
.if !empty(ASPELL_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= aspell
BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2
BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell
.endif # ASPELL_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|