diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-11-27 17:06:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-11-27 17:06:57 +0800 |
commit | 6aadcb986f215a74eea5bb89650acd193e779872 (patch) | |
tree | 59b5f56be4b91f33589745cd13b21459d3f82c47 | |
parent | 53e346ae57060038f699ac271c8d932a0667fa0e (diff) | |
download | freebsd-ports-gnome-6aadcb986f215a74eea5bb89650acd193e779872.tar.gz freebsd-ports-gnome-6aadcb986f215a74eea5bb89650acd193e779872.tar.zst freebsd-ports-gnome-6aadcb986f215a74eea5bb89650acd193e779872.zip |
- add BROKEN
PR: 152388
Submitted by: Doug Barton
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 5bc137bb4fff..bb719a905e64 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -173,6 +173,7 @@ CONFIGURE_ARGS+= --enable-dnssd \ --with-dnssd-libs=${LOCALBASE}/lib/ \ --with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/ LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns +BROKEN= missing function, see http://www.avahi.org/ticket/303 .else CONFIGURE_ARGS+= --disable-dnssd .endif |