- libportaudio.so.2 is actually a different port than libportaudio.so.0
so in this case specifying the shlib major version in LIB_DEPENDS makes sense. - No PORTREVISION bump as PORTAUDIO isn't a default option.
This commit is contained in:
parent
a3b179269d
commit
38ac7cbc04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310290
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ CONFIGURE_ARGS+=--disable-png
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPORTAUDIO}
|
||||
LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio2
|
||||
LIB_DEPENDS+= portaudio.2:${PORTSDIR}/audio/portaudio2
|
||||
CONFIGURE_ARGS+=--enable-portaudio
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-portaudio
|
||||
|
|
Loading…
Reference in a new issue