Skip to content

Commit

Permalink
quickfix: remove obsolete variant python
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthindenburg committed Feb 4, 2017
1 parent 2af91b2 commit 651fa58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devel/quickfix/Portfile
Expand Up @@ -54,9 +54,6 @@ variant postgresql90 conflicts postgresql84 description {Include PostgreSQL 9.0
configure.args-replace --without-postgresql --with-postgresql=${prefix}/lib/postgresql90/bin/pg_config
}

# To be removed after January 2017
variant python requires python27 description {Legacy compatibility variant} {}

variant python27 conflicts python34 python35 description {Include Python 2.7 support} {
depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7
Expand Down

0 comments on commit 651fa58

Please sign in to comment.