on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
22 lines
681 B
Makefile
22 lines
681 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2008/01/18 05:08:47 tnn Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
OPENH323_BUILDLINK3_MK:= ${OPENH323_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= openh323
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nopenh323}
|
|
BUILDLINK_PACKAGES+= openh323
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}openh323
|
|
|
|
.if !empty(OPENH323_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.openh323+= openh323>=1.15.1
|
|
BUILDLINK_ABI_DEPENDS.openh323+= openh323>=1.15.2nb2
|
|
BUILDLINK_PKGSRCDIR.openh323?= ../../net/openh323
|
|
.endif # OPENH323_BUILDLINK3_MK
|
|
|
|
.include "../../devel/pwlib/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|