mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
11 lines
247 B
Python
11 lines
247 B
Python
--- tidy/lib.py.orig 2021-05-02 11:39:44 UTC
|
|
+++ tidy/lib.py
|
|
@@ -7,6 +7,8 @@ import weakref
|
|
from tidy.error import InvalidOptionError, OptionArgError
|
|
|
|
LIBNAMES = (
|
|
+ # FreeBSD
|
|
+ "libtidy5.so",
|
|
# Linux
|
|
"libtidy.so",
|
|
# MacOS
|