- Note CONFLICTS with upcoming isc-dhcp44-* ports
This commit is contained in:
parent
462eb3552c
commit
7dd18ba957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458567
1 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@ BIND_SYMBOLS_DESC= Enable BIND internal symbol table
|
|||
|
||||
# PORTREVISION and CONFLICTS handling
|
||||
.if ${SUBSYS} == client
|
||||
CONFLICTS= isc-dhcp3?-client-[0-9]* isc-dhcp4[12]-client-[0-9]*
|
||||
CONFLICTS= isc-dhcp3?-client-[0-9]* isc-dhcp4[124]-client-[0-9]*
|
||||
DHCP_PORTREVISION= ${PORTREVISION_CLIENT}
|
||||
.elif ${SUBSYS} == relay
|
||||
CONFLICTS= isc-dhcp3?-relay-[0-9]* isc-dhcp4[12]-relay-[0-9]*
|
||||
CONFLICTS= isc-dhcp3?-relay-[0-9]* isc-dhcp4[124]-relay-[0-9]*
|
||||
DHCP_PORTREVISION= ${PORTREVISION_RELAY}
|
||||
.else
|
||||
CONFLICTS= isc-dhcp3?-server-[0-9]* isc-dhcp4[12]-server-[0-9]*
|
||||
CONFLICTS= isc-dhcp3?-server-[0-9]* isc-dhcp4[124]-server-[0-9]*
|
||||
DHCP_PORTREVISION= ${PORTREVISION_SERVER}
|
||||
.endif
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
Loading…
Reference in a new issue