pkgsrc-wip/guichan/buildlink3.mk
Thomas Klausner 41f92d5420 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:46:54 +00:00

17 lines
502 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2010/06/13 22:47:07 thomasklausner Exp $
BUILDLINK_TREE+= guichan
.if !defined(GUICHAN_BUILDLINK3_MK)
GUICHAN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.guichan+= guichan>=0.6.0
BUILDLINK_ABI_DEPENDS.guichan?= guichan>=0.6.0nb2
BUILDLINK_PKGSRCDIR.guichan?= ../../wip/guichan
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.endif # GUICHAN_BUILDLINK3_MK
BUILDLINK_TREE+= -guichan