7e751949e4
It turns out there were a lot of these.
13 lines
393 B
Makefile
13 lines
393 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2012/05/07 01:53:32 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= camlimages
|
|
|
|
.if !defined(CAMLIMAGES_BUILDLINK3_MK)
|
|
CAMLIMAGES_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.camlimages+= camlimages>=4.0.1
|
|
BUILDLINK_ABI_DEPENDS.camlimages+= camlimages>=4.0.1
|
|
BUILDLINK_PKGSRCDIR.camlimages?= ../../graphics/camlimages
|
|
.endif # CAMLIMAGES_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -camlimages
|