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
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: buildlink3.mk,v 1.15 2010/06/13 22:45:20 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= seahorse
|
|
|
|
.if !defined(SEAHORSE_BUILDLINK3_MK)
|
|
SEAHORSE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.seahorse+= seahorse>=2.24.1
|
|
BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=2.28.1nb2
|
|
BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # SEAHORSE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -seahorse
|