mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
audio/lame: add option to depend on libsndfile
Defaults to off. PR: 251985
This commit is contained in:
parent
b4a11925c8
commit
6f07c5e3e9
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= lame
|
||||
PORTVERSION= 3.100
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/3.100
|
||||
|
||||
@ -20,7 +20,12 @@ CPE_VENDOR= lame_project
|
||||
|
||||
DOC_FILES= API LICENSE README TODO USAGE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS SNDFILE
|
||||
OPTIONS_DEFAULT=DOCS
|
||||
|
||||
SNDFILE_CONFIGURE_ON= --with-fileio=sndfile
|
||||
SNDFILE_CONFIGURE_OFF= --with-fileio=lame
|
||||
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user