1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/audacity: Do not set DYNLOAD_BUILD_DEPENDS twice

To resolve this, concatenate the two values since this is what was
originally intended.  Fix some comments while here.

PR:		234825
Submitted by:	xxjack12xx@gmail.com (maintainer)
This commit is contained in:
Tobias Kortkamp 2019-01-11 20:57:18 +00:00
parent 3b45454f54
commit 67c5942040
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490015

View File

@ -83,11 +83,11 @@ DEBUG_CONFIGURE_WITH= debug
DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \
docbook2man:textproc/docbook-utils
DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg
DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:audio/lame
DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg \
${LOCALBASE}/include/lame/lame.h:audio/lame
DYNLOAD_CONFIGURE_ENABLE= dynamic-loading
DYNLOAD_CPPFLAGS= -I${LOCALBASE}/include # for audio/lame using
DYNLOAD_LDFLAGS= -L${LOCALBASE}/lib # for audio/lame using
DYNLOAD_CPPFLAGS= -I${LOCALBASE}/include # for audio/lame
DYNLOAD_LDFLAGS= -L${LOCALBASE}/lib # for audio/lame
FFMPEG_CONFIGURE_WITH= ffmpeg=system
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg