bb694536f3
-update to 4.0.1 -- this only adds symbol versioning support to ease transition from 3.x to 4.x; this is not used in pkgsrc so the update is purely cosmetical
17 lines
453 B
Makefile
17 lines
453 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2012/02/21 13:03:00 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= tiff
|
|
|
|
.if !defined(TIFF_BUILDLINK3_MK)
|
|
TIFF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1
|
|
BUILDLINK_ABI_DEPENDS.tiff+= tiff>=4.0.0
|
|
BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/xz/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.endif # TIFF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tiff
|