Skip to content

Commit

Permalink
graphite2: use same Python version as fonttools, as per comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Oct 9, 2019
1 parent 429e9d0 commit 2a8d0f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/graphite2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup cxx11 1.1
PortGroup github 1.0

github.setup silnrsi graphite 1.3.13
revision 0
revision 1
checksums rmd160 a222c91d85d1353e76936d0239cf092aa870910f \
sha256 dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06 \
size 6664757
Expand All @@ -33,6 +33,6 @@ patchfiles-append patch-src-CMakeLists.txt.diff
test.run yes
#test.env ARGS=-V
# Use the same python as fonttools.
configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6
configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7
depends_test port:fonttools \
port:python36
port:python37

0 comments on commit 2a8d0f6

Please sign in to comment.