a62d3fb0e1
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
22 lines
653 B
Makefile
22 lines
653 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2004/10/07 16:36:47 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
ENCHANT_BUILDLINK3_MK:= ${ENCHANT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= enchant
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nenchant}
|
|
BUILDLINK_PACKAGES+= enchant
|
|
|
|
.if !empty(ENCHANT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.enchant+= enchant>=1.1.3
|
|
BUILDLINK_RECOMMENDED.enchant+= enchant>=1.1.3nb2
|
|
BUILDLINK_PKGSRCDIR.enchant?= ../../textproc/enchant
|
|
.endif # ENCHANT_BUILDLINK3_MK
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|