766375d261
via dynamic linkage. Fixes run time linkage of adplug. Bump revision of the latter.
19 lines
586 B
Makefile
19 lines
586 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2008/06/19 16:30:45 joerg Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBBINIO_BUILDLINK3_MK:= ${LIBBINIO_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= libbinio
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibbinio}
|
|
BUILDLINK_PACKAGES+= libbinio
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libbinio
|
|
|
|
.if ${LIBBINIO_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.libbinio+= libbinio>=1.4
|
|
BUILDLINK_PKGSRCDIR.libbinio?= ../../devel/libbinio
|
|
.endif # LIBBINIO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|