diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-19 05:43:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-19 05:43:16 +0000 |
commit | e016e8ba24f75dca21b414601bba435959d0f392 (patch) | |
tree | b80410d65fac973e171ce1728d00b9cfbdde57f7 /print | |
parent | 86ed7894685a4e266313162cc940269994f61273 (diff) | |
download | ports-e016e8ba24f75dca21b414601bba435959d0f392.tar.gz ports-e016e8ba24f75dca21b414601bba435959d0f392.zip |
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index aa8a3aeb2eeb..5575037cc780 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -13,15 +13,13 @@ COMMENT= Produce beautiful listings of source code with LaTeX # Converted from RESTRICTED LICENSE= lgrind-license LICENSE_NAME= lgrind -LICENSE_TEXT= According to the README-file there is a license issue \ - because of non-free code. Check the README file within \ - the source tarball. No response from author of some code \ - this port is based on. +LICENSE_TEXT= According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball. No response from author of some code this port is based on. LICENSE_PERMS= auto-accept -USE_TEX= latex texhash +BROKEN= fails to build with latest TeX2021 USES= zip +USE_TEX= latex texhash post-patch: # PREFIX safeness |