5c9ec30dad
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes.
22 lines
685 B
Makefile
22 lines
685 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/07/12 08:25:11 martti Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFCE4_TOYS_BUILDLINK3_MK:= ${XFCE4_TOYS_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xfce4-toys
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-toys}
|
|
BUILDLINK_PACKAGES+= xfce4-toys
|
|
|
|
.if !empty(XFCE4_TOYS_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.xfce4-toys+= xfce4-toys>=4.0.6
|
|
BUILDLINK_PKGSRCDIR.xfce4-toys?= ../../x11/xfce4-toys
|
|
.endif # XFCE4_TOYS_BUILDLINK3_MK
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|