998c2601fe
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
13 lines
313 B
Makefile
13 lines
313 B
Makefile
# $NetBSD: buildlink3.mk,v 1.27 2009/09/16 01:15:34 reed Exp $
|
|
|
|
BUILDLINK_TREE+= xfce4-wm
|
|
|
|
.if !defined(XFCE4_WM_BUILDLINK3_MK)
|
|
XFCE4_WM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xfce4-wm+= xfce4-wm>=4.6.0
|
|
BUILDLINK_PKGSRCDIR.xfce4-wm?= ../../wm/xfce4-wm
|
|
|
|
.endif # XFCE4_WM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xfce4-wm
|