Commits
Christopher Chavez authored and David B. Evans committed 84554327b14
100 100 | |
101 101 | configure.args-delete --disable-tcl \ |
102 102 | --disable-tk |
103 103 | configure.args-append --disable-gtkui \ |
104 104 | --disable-nls \ |
105 105 | --disable-pixmaps-install \ |
106 106 | --enable-tcl \ |
107 107 | --enable-tk \ |
108 108 | --with-tclconfig=${prefix}/lib \ |
109 109 | --with-tkconfig=${prefix}/lib |
110 - | |
111 - | pre-activate { |
112 - | if {![catch {set installed [lindex [registry_active pidgin] 0]}]} { |
113 - | set _version [lindex $installed 1] |
114 - | if {[vercmp $_version 2.10.9] < 0} { |
115 - | registry_deactivate_composite pidgin "" [list ports_nodepcheck 1] |
116 - | } |
117 - | } |
118 - | } |
119 110 | } |
120 111 | |
121 112 | subport finch { |
122 113 | depends_lib-append port:libpurple \ |
123 114 | port:ncurses |
124 115 | |
125 116 | configure.args-delete --disable-consoleui |
126 117 | configure.args-append --disable-gtkui \ |
127 118 | --disable-pixmaps-install \ |
128 119 | --disable-nls \ |