Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
redland-bindings: remove obsolete variants python24,25
  • Loading branch information
kurthindenburg committed Feb 4, 2017
1 parent 4869c3b commit 05c501d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions www/redland-bindings/Portfile
Expand Up @@ -20,7 +20,7 @@ checksums sha1 98c20b64cf5e99cbf29fcb84490e73e2a828213a \
depends_lib port:redland

pre-configure {
if {![variant_isset perl5] && ![variant_isset php5] && ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27] && ![variant_isset ruby] && ![variant_isset tcl] && ![variant_isset lua]} {
if {![variant_isset perl5] && ![variant_isset php5] && ![variant_isset python26] && ![variant_isset python27] && ![variant_isset ruby] && ![variant_isset tcl] && ![variant_isset lua]} {
ui_error "You must select at least one variant."
return -code error "no variant selected"
}
Expand All @@ -46,10 +46,6 @@ variant php5 {
depends_lib-append path:bin/php:php5
}

# TODO: Remove after 2016-01-04.
variant python24 requires python27 description {Legacy variant} {}
variant python25 requires python27 description {Legacy variant} {}

variant python26 conflicts python27 {
configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${frameworks_dir}/Python.framework/Versions/2.6/Python"
depends_lib-append port:python26
Expand Down

0 comments on commit 05c501d

Please sign in to comment.