diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-01-08 21:43:01 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-01-08 21:43:01 +0000 |
commit | 957132231946f380e19ce1e7358bd74687b4b500 (patch) | |
tree | 976b7c4e4d4d84dad57a75245e36ab3f33665f17 /audio/xmms2 | |
parent | 59c7e31d5e4106744ab4ccb4e4941d8a3674b2ad (diff) | |
download | ports-957132231946f380e19ce1e7358bd74687b4b500.tar.gz ports-957132231946f380e19ce1e7358bd74687b4b500.zip |
Notes
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 369aafc109ae..8ea4f588028d 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -233,7 +233,7 @@ PLIST_SUB+= AO="@comment " .if defined(WITH_MDNS_APPLE) BROKEN= You may choose either MDNS_APPLE or MDNS_AVAHI, but not both .endif -EXCLUDE+= dns_sd +EXCLUDE+= dnssd LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi PLIST_SUB+= MDNS_AVAHI="" .else @@ -249,7 +249,7 @@ EXCLUDE+= avahi LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder PLIST_SUB+= MDNS_APPLE="" .else -EXCLUDE+= dns_sd +EXCLUDE+= dnssd PLIST_SUB+= MDNS_APPLE="@comment " .endif .endif |