diff options
author | marcus <marcus@FreeBSD.org> | 2007-12-26 10:32:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-12-26 10:32:46 +0800 |
commit | 134a2e0825d32cdfad8bd1904e02c0b0ecddf81a (patch) | |
tree | d8ad7dce5db1db27eebdc67e49840d7f50d04db4 /audio | |
parent | 09c01e38bfa8fd04ea0f9548d13feda786b34c68 (diff) | |
download | freebsd-ports-gnome-134a2e0825d32cdfad8bd1904e02c0b0ecddf81a.tar.gz freebsd-ports-gnome-134a2e0825d32cdfad8bd1904e02c0b0ecddf81a.tar.zst freebsd-ports-gnome-134a2e0825d32cdfad8bd1904e02c0b0ecddf81a.zip |
Pulseaudio only needs to depend on avahi-app.
PR: 119021
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 468c2e708607..82fd02dc466d 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-jack .endif .if !defined(WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi-app PLIST_SUB+= AVAHI="" .else CONFIGURE_ARGS+=--disable-avahi |