summaryrefslogtreecommitdiffstats
path: root/net/xinetd/DEPENDS
blob: b14a51ba600901730659eb09e4abe3a08c15f19f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
case "$HOST" in
  (*-musl)
    depends pkgconfig &&
    depends libtirpc
    ;;
esac &&
depends  SYSTEM-LOGGER  &&

optional_depends  tcp_wrappers                                             \
                  '--with-libwrap'                                         \
                  '--without-libwrap'                                      \
                  'for hosts.allow and hosts.deny support (tcp_wrappers)'  &&

#
# The --without-howl doesn't quite enforce not using howl ;/
#
optional_depends  -sub COMPAT_HOWL avahi          \
                  '--with-howl'                   \
                  '--without-howl'                \
                  'for Zeroconf network support'