Skip to content

Commit

Permalink
py-makelive: fix build (macports#24446)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Jun 12, 2024
1 parent 6625c53 commit 1ea2f2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/py-makelive/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0

name py-makelive
version 0.5.0
revision 0
revision 1

supported_archs noarch
platforms {darwin any}
Expand All @@ -32,3 +32,7 @@ checksums rmd160 efe2a8db5b43e6ba40f4988e465f4f0911755acd \
size 14016

python.versions 312

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-flit
}

0 comments on commit 1ea2f2b

Please sign in to comment.