diff options
Diffstat (limited to 'audio/cddb-bundle/buildlink3.mk')
-rw-r--r-- | audio/cddb-bundle/buildlink3.mk | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/audio/cddb-bundle/buildlink3.mk b/audio/cddb-bundle/buildlink3.mk index 8203ee17cfa..9ea643348b2 100644 --- a/audio/cddb-bundle/buildlink3.mk +++ b/audio/cddb-bundle/buildlink3.mk @@ -1,22 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:35 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:23:52 joerg Exp $ -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -CDDB_BUNDLE_BUILDLINK3_MK:= ${CDDB_BUNDLE_BUILDLINK3_MK}+ +BUILDLINK_TREE+= cddb-bundle -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= cddb-bundle -.endif +.if !defined(CDDB_BUNDLE_BUILDLINK3_MK) +CDDB_BUNDLE_BUILDLINK3_MK:= -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncddb-bundle} -BUILDLINK_PACKAGES+= cddb-bundle -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}cddb-bundle - -.if !empty(CDDB_BUNDLE_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.cddb-bundle+= cddb-bundle>=0.2 BUILDLINK_ABI_DEPENDS.cddb-bundle?= cddb-bundle>=0.2nb1 BUILDLINK_PKGSRCDIR.cddb-bundle?= ../../audio/cddb-bundle -.endif # CDDB_BUNDLE_BUILDLINK3_MK .include "../../devel/gnustep-make/buildlink3.mk" +.endif # CDDB_BUNDLE_BUILDLINK3_MK -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_TREE+= -cddb-bundle |