c7ac789105
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 the recent GTK+ 2.4.x release along with other fixes.
23 lines
779 B
Makefile
23 lines
779 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/04/16 16:12:00 martti Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFCE4_DESKTOP_BUILDLINK3_MK:= ${XFCE4_DESKTOP_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xfce4-desktop
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-desktop}
|
|
BUILDLINK_PACKAGES+= xfce4-desktop
|
|
|
|
.if !empty(XFCE4_DESKTOP_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.xfce4-desktop+= xfce4-desktop>=4.0.5
|
|
BUILDLINK_PKGSRCDIR.xfce4-desktop?= ../../x11/xfce4-desktop
|
|
.endif # XFCE4_DESKTOP_BUILDLINK3_MK
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|