14 lines
371 B
Makefile
14 lines
371 B
Makefile
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/16 01:04:02 reed Exp $
|
||
|
|
||
|
BUILDLINK_TREE+= xfce4-settings
|
||
|
|
||
|
.if !defined(XFCE4_SETTINGS_BUILDLINK3_MK)
|
||
|
XFCE4_SETTINGS_BUILDLINK3_MK:=
|
||
|
|
||
|
BUILDLINK_API_DEPENDS.xfce4-settings+= xfce4-settings>=4.6.0
|
||
|
BUILDLINK_PKGSRCDIR.xfce4-settings?= ../../x11/xfce4-settings
|
||
|
|
||
|
.endif # XFCE4_SETTINGS_BUILDLINK3_MK
|
||
|
|
||
|
BUILDLINK_TREE+= -xfce4-settings
|