diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 18:28:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 18:28:52 +0000 |
commit | e90c1a52cdc63186eff70fc7dcd86ad85496975f (patch) | |
tree | 3fe39136a7cccec072a35a269c0d7abf496fb4ee /net-im | |
parent | fb8e008f1a76e86da6162596eb3a0e7a3ae2a3f0 (diff) | |
download | FreeBSD-ports-e90c1a52cdc63186eff70fc7dcd86ad85496975f.zip FreeBSD-ports-e90c1a52cdc63186eff70fc7dcd86ad85496975f.tar.gz |
Add a missing dependency on audiofile.
Diffstat (limited to 'net-im')
-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 2e332f3..5c30d17 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:: |