Skip to content

Commit 71516c3

Browse files
authored
lttoolbox: BUILD_TESTING and python port
1 parent 174a055 commit 71516c3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

textproc/lttoolbox/Portfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ checksums rmd160 81acb8547ecebd9a1ca335ae4cd949bd76e8df8c \
3636
# https://github.com/apertium/lttoolbox/issues/206
3737
patchfiles-append patch-ustring_h.diff
3838

39+
set python_version 313
40+
3941
depends_build-append path:bin/pkg-config:pkgconfig \
42+
port:python${python_version} \
4043
port:utfcpp
4144

4245
depends_lib-append port:libxml2 \
4346
port:icu
44-
45-
# ToDo: Remove this configure line, enable BUILD_TESTING by default.
46-
# Requires python. Needs debugging. This gave strange cmake error:
47-
#### PortGroup python 1.0
48-
#### python.default_version 313
49-
50-
configure.args-append -DBUILD_TESTING=OFF

0 commit comments

Comments
 (0)