Add a missing dependency on audiofile.
This commit is contained in:
parent
15f6b839c4
commit
b32ae2b2af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78320
2 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,8 @@ LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
|||
.endif
|
||||
|
||||
.ifndef(WITHOUT_AUDIO)
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
|
||||
audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
|
|
@ -29,7 +29,8 @@ LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
|||
.endif
|
||||
|
||||
.ifndef(WITHOUT_AUDIO)
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao
|
||||
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
|
||||
audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
|
Loading…
Reference in a new issue