diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-05-29 06:04:51 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-05-29 06:04:51 +0800 |
commit | f147812afffaa68dfdb35c68f4805b244f421a99 (patch) | |
tree | aa10ca03d8829c7e674176db3f2a584af71a220e /audio/xmms2 | |
parent | fbbf0b951f999d84f804279417b4c73f521a531c (diff) | |
download | freebsd-ports-gnome-f147812afffaa68dfdb35c68f4805b244f421a99.tar.gz freebsd-ports-gnome-f147812afffaa68dfdb35c68f4805b244f421a99.tar.zst freebsd-ports-gnome-f147812afffaa68dfdb35c68f4805b244f421a99.zip |
- Properly disable MDNSResponder
PR: 113104
Submitted by: Olivier Smedts <olivier@gid0.org>
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index c8e16dde6637..1a1a31e5dc95 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -251,7 +251,7 @@ PLIST_SUB+= AO="@comment " .if !defined(WITHOUT_MDNS_APPLE) BROKEN= You may choose either MDNS_APPLE or MDNS_AVAHI, but not both .endif -EXCLUDE+= --without-optionals="dnssd" +EXCLUDE+= --without-optionals="dns_sd" LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi PLIST_SUB+= MDNS_AVAHI="" MAN1+= xmms2-mdns-avahi.1 @@ -268,7 +268,7 @@ EXCLUDE+= --without-optionals="avahi" LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder PLIST_SUB+= MDNS_APPLE="" .else -EXCLUDE+= --without-optionals="dnssd" +EXCLUDE+= --without-optionals="dns_sd" PLIST_SUB+= MDNS_APPLE="@comment " .endif |