diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 18:28:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 18:28:52 +0000 |
commit | b32ae2b2af45d167dd68e2347aa5fc5d519acb9d (patch) | |
tree | dcce7c170a8a54a2e70aa986056cc0b9a8b3e613 /net-im/gaim | |
parent | 15f6b839c4a3f98e5d8e466423764739a7814016 (diff) | |
download | ports-b32ae2b2af45d167dd68e2347aa5fc5d519acb9d.tar.gz ports-b32ae2b2af45d167dd68e2347aa5fc5d519acb9d.zip |
Notes
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 2e332f3f0dbc..5c30d17b4b0d 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -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:: |