diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-02-02 22:31:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-02-02 22:31:39 +0800 |
commit | ed58ac957d27ebd7135230234cf771a52d129483 (patch) | |
tree | 5af3dc6309579b5263cab70d39a581b46c355336 /print/cups-base | |
parent | d988c248014aec39a28ebc99950bc53ee23da283 (diff) | |
download | freebsd-ports-graphics-ed58ac957d27ebd7135230234cf771a52d129483.tar.gz freebsd-ports-graphics-ed58ac957d27ebd7135230234cf771a52d129483.tar.zst freebsd-ports-graphics-ed58ac957d27ebd7135230234cf771a52d129483.zip |
- DNSSD libraries are linked even if WITH_DNSSD is not defined
PR: 120217
Submitted by: TAOKA Fumiyoshi
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index ac5dd386b97..da5267f2f47 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -104,6 +104,8 @@ 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 +.else +CONFIGURE_ARGS+= --disable-dnssd .endif .if defined(WITH_PAM) |