We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0025c commit b9dc3cfCopy full SHA for b9dc3cf
textproc/lttoolbox/Portfile
@@ -3,7 +3,6 @@
3
PortSystem 1.0
4
PortGroup cmake 1.1
5
PortGroup github 1.0
6
-PortGroup python 1.0
7
8
github.setup apertium lttoolbox 3.8.2 v
9
github.tarball_from releases
@@ -37,10 +36,10 @@ checksums rmd160 81acb8547ecebd9a1ca335ae4cd949bd76e8df8c \
37
36
# https://github.com/apertium/lttoolbox/issues/206
38
patchfiles-append patch-ustring_h.diff
39
40
-python.default_version 313
41
-python.link_binaries yes
+set python_version 313
42
43
depends_build-append path:bin/pkg-config:pkgconfig \
+ port:python${python_version} \
44
port:utfcpp
45
46
depends_lib-append port:libxml2 \
0 commit comments