Commits
David B. Evans authored 61556b4b9e6
18 18 | |
19 19 | # CMakeLists.txt attempts to use git to determine version |
20 20 | configure.args-append -DPTEX_VER=${version} |
21 21 | |
22 22 | # revert https://github.com/wdas/ptex/commit/1818ffc24c3049a9c26f796daf298bb9c1883839 on older systems |
23 23 | # see https://trac.macports.org/ticket/57495 |
24 24 | if {${os.major} < 16} { |
25 25 | patchfiles-append patch-lock.diff |
26 26 | } |
27 27 | |
28 + | depends_build-append \ |
29 + | port:pkgconfig \ |
30 + | port:doxygen |
31 + | |
28 32 | depends_lib-append port:zlib |