lame: Pull in iconv when the option is enabled.
This commit is contained in:
parent
3db6ce372c
commit
35f0470e1c
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.10 2009/03/20 19:23:54 joerg Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.11 2022/08/30 15:45:28 jperkin Exp $
|
||||
|
||||
BUILDLINK_TREE+= lame
|
||||
|
||||
|
@ -8,6 +8,14 @@ LAME_BUILDLINK3_MK:=
|
|||
BUILDLINK_API_DEPENDS.lame+= lame>=3.93.1nb2
|
||||
BUILDLINK_ABI_DEPENDS.lame+= lame>=3.96.1nb4
|
||||
BUILDLINK_PKGSRCDIR.lame?= ../../audio/lame
|
||||
|
||||
pkgbase:= lame
|
||||
.include "../../mk/pkg-build-options.mk"
|
||||
|
||||
.if ${PKG_BUILD_OPTIONS.lame:Municode}
|
||||
. include "../../converters/libiconv/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.endif # LAME_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -lame
|
||||
|
|
Loading…
Reference in a new issue