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.
21 lines
720 B
Makefile
21 lines
720 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2004/07/12 08:25:11 martti Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFCE4_MCS_PLUGINS_BUILDLINK3_MK:= ${XFCE4_MCS_PLUGINS_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xfce4-mcs-plugins
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-mcs-plugins}
|
|
BUILDLINK_PACKAGES+= xfce4-mcs-plugins
|
|
|
|
.if !empty(XFCE4_MCS_PLUGINS_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.xfce4-mcs-plugins+= xfce4-mcs-plugins>=4.0.6
|
|
BUILDLINK_PKGSRCDIR.xfce4-mcs-plugins?= ../../x11/xfce4-mcs-plugins
|
|
.endif # XFCE4_MCS_PLUGINS_BUILDLINK3_MK
|
|
|
|
.include "../../x11/xfce4-mcs-manager/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|