diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 02:28:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 02:28:52 +0800 |
commit | e90c1a52cdc63186eff70fc7dcd86ad85496975f (patch) | |
tree | 3fe39136a7cccec072a35a269c0d7abf496fb4ee /net/gaim | |
parent | fb8e008f1a76e86da6162596eb3a0e7a3ae2a3f0 (diff) | |
download | freebsd-ports-gnome-e90c1a52cdc63186eff70fc7dcd86ad85496975f.tar.gz freebsd-ports-gnome-e90c1a52cdc63186eff70fc7dcd86ad85496975f.tar.zst freebsd-ports-gnome-e90c1a52cdc63186eff70fc7dcd86ad85496975f.zip |
Add a missing dependency on audiofile.
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 2e332f3f0dbc..5c30d17b4b0d 100644 --- a/net/gaim/Makefile +++ b/net/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:: |