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