Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
16 lines
460 B
Makefile
16 lines
460 B
Makefile
# $NetBSD: buildlink3.mk,v 1.15 2010/06/13 22:45:27 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= gtkspell
|
|
|
|
.if !defined(GTKSPELL_BUILDLINK3_MK)
|
|
GTKSPELL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gtkspell+= gtkspell>=2.0.13
|
|
BUILDLINK_ABI_DEPENDS.gtkspell?= gtkspell>=2.0.15nb2
|
|
BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell
|
|
|
|
.include "../../textproc/enchant/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # GTKSPELL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gtkspell
|