mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Convert SINGLE -> RADIO option
This commit is contained in:
parent
86a6b49911
commit
2b36c604b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308688
@ -26,13 +26,12 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
OPTIONS_DEFINE= UTF8 TCL OPENSSL GNUTLS IPV6 PERL MYSQL ZEROCONF
|
||||
OPTIONS_SINGLE= ZEROCONF
|
||||
OPTIONS_SINGLE_ZEROCONF= AVAHI HOWL
|
||||
OPTIONS_DEFAULT= GNUTLS IPV6 ZEROCONF AVAHI
|
||||
OPTIONS_DEFINE= UTF8 TCL OPENSSL GNUTLS IPV6 PERL MYSQL
|
||||
OPTIONS_RADIO= ZEROCONF
|
||||
OPTIONS_RADIO_ZEROCONF= AVAHI HOWL
|
||||
OPTIONS_DEFAULT= GNUTLS IPV6 AVAHI
|
||||
|
||||
UTF8_DESC= Enable UTF8 support
|
||||
ZEROCONF_DESC= Enable Zeroconf support
|
||||
HOWL_DESC= Enable Zeroconf support using Howl
|
||||
AVAHI_DESC= Enable Zeroconf support using Avahi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user