diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-05-28 22:04:51 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-05-28 22:04:51 +0000 |
commit | b27dd996e15272b7587d6862339ecc7f3f2e641a (patch) | |
tree | cdd44385efbc2f2488c1dc34fbe7eb8571bd9173 /audio/xmms2 | |
parent | 34a682773d567d593bd5e6895bd0fb729ffea438 (diff) | |
download | ports-b27dd996e15272b7587d6862339ecc7f3f2e641a.tar.gz ports-b27dd996e15272b7587d6862339ecc7f3f2e641a.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 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 |