Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2010/06/13 22:44:57 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= attica
|
|
|
|
.if !defined(ATTICA_BUILDLINK3_MK)
|
|
ATTICA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.attica+= attica>=0.1.2
|
|
BUILDLINK_ABI_DEPENDS.attica?= attica>=0.1.3nb1
|
|
BUILDLINK_PKGSRCDIR.attica?= ../../misc/attica
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # ATTICA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -attica
|