Add a missing dependency on audiofile.

This commit is contained in:
Joe Marcus Clarke 2003-04-05 18:28:52 +00:00
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

View file

@ -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::

View file

@ -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::