diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:18:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:18:53 +0000 |
commit | f5ff59729c18118ea0db9e3096517d584855eda3 (patch) | |
tree | a3276214144ae25dea0b1f807762cc3a3a52dac1 /net/tac_plus4 | |
parent | 29bc00aad3337360bfe876bf2724256fc4b5d7a0 (diff) | |
download | ports-f5ff59729c18118ea0db9e3096517d584855eda3.tar.gz ports-f5ff59729c18118ea0db9e3096517d584855eda3.zip |
Notes
Diffstat (limited to 'net/tac_plus4')
-rw-r--r-- | net/tac_plus4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index f8ec2e6fb5ab..7d12d5579999 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -19,6 +19,8 @@ COMMENT= The Cisco remote authentication/authorization/accounting server ALL_TARGET= tac_plus MAN1= tac_plus.1 +CONFLICTS= ru-tac+ia-* tac_plus-libradius-* + # To change the text displayed when users are prompted to enter # a username, set appropriately TAC_CHANGE_PROMPT variable. .if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES |