Skip to content

Commit

Permalink
texlive-latex-recommended: fix deactivate hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jun 18, 2018
1 parent 0282767 commit 82e4271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/texlive-latex-recommended/Portfile
Expand Up @@ -36,7 +36,7 @@ pre-activate {
&& ([vercmp [lindex $vers 1] 47410] < 0) } {
registry_deactivate_composite texlive-latex-extra "" [list ports_nodepcheck 1]
}
if { ![catch {set vers [lindex [registry_active texlive-xetex] 0]}]
if { ![catch {set vers [lindex [registry_active texlive-luatex] 0]}]
&& ([vercmp [lindex $vers 1] 47444] < 0) } {
registry_deactivate_composite texlive-luatex "" [list ports_nodepcheck 1]
}
Expand Down

0 comments on commit 82e4271

Please sign in to comment.