multimedia/libquicktime: Do not set LIB_DEPENDS twice
The ALSA option overwrites a previously set LIB_DEPENDS, so the libvorbis dependency is never registered when it is turned on.
This commit is contained in:
parent
bda7d1ed12
commit
8081d7d4db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489663
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libquicktime
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION?= 23
|
||||
PORTREVISION?= 24
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-gtk
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MALSA}
|
||||
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
LIB_DEPENDS+= libasound.so:audio/alsa-lib
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-alsa
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user