Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libpurple: remove old conflict handler
Present when port was split from pidgin
in 84a5226 over 4 years ago
  • Loading branch information
chrstphrchvz authored and dbevans committed May 25, 2019
1 parent 1a0b952 commit 8455432
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/pidgin/Portfile
Expand Up @@ -107,15 +107,6 @@ subport libpurple {
--enable-tk \
--with-tclconfig=${prefix}/lib \
--with-tkconfig=${prefix}/lib

pre-activate {
if {![catch {set installed [lindex [registry_active pidgin] 0]}]} {
set _version [lindex $installed 1]
if {[vercmp $_version 2.10.9] < 0} {
registry_deactivate_composite pidgin "" [list ports_nodepcheck 1]
}
}
}
}

subport finch {
Expand Down

0 comments on commit 8455432

Please sign in to comment.