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.
21 lines
686 B
Makefile
21 lines
686 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/04/16 16:12:00 martti Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFCE4_WM_THEMES_BUILDLINK3_MK:= ${XFCE4_WM_THEMES_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xfce4-wm-themes
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-wm-themes}
|
|
BUILDLINK_PACKAGES+= xfce4-wm-themes
|
|
|
|
.if !empty(XFCE4_WM_THEMES_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.xfce4-wm-themes+= xfce4-wm-themes>=4.0.5
|
|
BUILDLINK_PKGSRCDIR.xfce4-wm-themes?= ../../wm/xfce4-wm-themes
|
|
.endif # XFCE4_WM_THEMES_BUILDLINK3_MK
|
|
|
|
.include "../../wm/xfce4-wm/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|