pkgsrc/x11/p5-Wx/buildlink3.mk
wiz e8d8834f6a 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

23 lines
762 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2010/06/13 22:45:49 wiz Exp $
BUILDLINK_TREE+= p5-Wx
.if !defined(P5_WX_BUILDLINK3_MK)
P5_WX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.p5-Wx+= p5-Wx>=0.91
BUILDLINK_ABI_DEPENDS.p5-Wx?= p5-Wx>=0.97.01nb2
BUILDLINK_PKGSRCDIR.p5-Wx?= ../../x11/p5-Wx
BUILDLINK_INCDIRS.p5-Wx?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/Wx
# We want all of the arch-dependent DBI files.
BUILDLINK_CONTENTS_FILTER.p5-Wx?= ${GREP} '/auto/Wx/'
BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp
.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/wxGTK28-contrib/buildlink3.mk"
.endif # P5_WX_BUILDLINK3_MK
BUILDLINK_TREE+= -p5-Wx