a7242b349f
version (just the ChangeLog, but it's usually meaningless). AFAICT, this comes with a new XML backend, aside bug fixes.
21 lines
619 B
Makefile
21 lines
619 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2004/04/01 18:17:29 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GCONF2_UI_BUILDLINK3_MK:= ${GCONF2_UI_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= GConf2-ui
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGConf2-ui}
|
|
BUILDLINK_PACKAGES+= GConf2-ui
|
|
|
|
.if !empty(GCONF2_UI_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.GConf2-ui+= GConf2-ui>=2.6.0
|
|
BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui
|
|
.endif # GCONF2_UI_BUILDLINK3_MK
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|