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.)
14 lines
393 B
Makefile
14 lines
393 B
Makefile
# $NetBSD: buildlink3.mk,v 1.24 2009/09/16 01:15:35 reed Exp $
|
|
|
|
BUILDLINK_TREE+= libxfce4util
|
|
|
|
.if !defined(LIBXFCE4UTIL_BUILDLINK3_MK)
|
|
LIBXFCE4UTIL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.6.0
|
|
BUILDLINK_PKGSRCDIR.libxfce4util?= ../../x11/libxfce4util
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # LIBXFCE4UTIL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxfce4util
|