pkgsrc/devel/xulrunner/buildlink3.mk
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

20 lines
595 B
Makefile

# $NetBSD: buildlink3.mk,v 1.8 2010/06/13 22:44:11 wiz Exp $
BUILDLINK_TREE+= xulrunner
.if !defined(XULRUNNER_BUILDLINK3_MK)
XULRUNNER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.2.2
BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=1.9.2.3
BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
pkgbase := xulrunner
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
. include "../../devel/libgnomeui/buildlink3.mk"
. include "../../sysutils/gnome-vfs/buildlink3.mk"
.endif
.endif # XULRUNNER_BUILDLINK3_MK
BUILDLINK_TREE+= -xulrunner