Skip to content

Commit

Permalink
xorg-xcb-proto: add license_noconflict specs to make ffmpeg redistrib…
Browse files Browse the repository at this point in the history
…utable

Python is added as a dependency due to the xcbgen Python module. It's
used in some Python scripts only, so it shouldn't cause a conflict.
  • Loading branch information
Chih-Hsuan Yen authored and pmetzger committed Jun 9, 2018
1 parent 4ca83aa commit f2b3aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x11/xorg-xcb-proto/Portfile
Expand Up @@ -32,21 +32,25 @@ patchfiles \
variant python27 conflicts python34 python35 python36 description {Use python 2.7} {
depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7
license_noconflict python27
}

variant python34 conflicts python27 python35 python36 description {Use python 3.4} {
depends_lib-append port:python34
configure.python ${prefix}/bin/python3.4
license_noconflict python34
}

variant python35 conflicts python27 python34 python36 description {Use python 3.5} {
depends_lib-append port:python35
configure.python ${prefix}/bin/python3.5
license_noconflict python35
}

variant python36 conflicts python27 python34 python35 description {Use python 3.6} {
depends_lib-append port:python36
configure.python ${prefix}/bin/python3.6
license_noconflict python36
}

if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
Expand Down

0 comments on commit f2b3aad

Please sign in to comment.