diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-20 09:55:32 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-20 09:59:26 -0600 |
commit | cbf3be9c1eea2ea37873e00a456a1022b56e9265 (patch) | |
tree | f553c57512d65b2a6f06e302b08f9cfd29b0ff19 /graphics/atril | |
parent | devel/nextpnr: Update to 0.4 (diff) |
*/*tex*: Fix USES=tex in some ports
During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.
Reported by: zirias
Diffstat (limited to 'graphics/atril')
-rw-r--r-- | graphics/atril/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index f4c61fa563ca..da7dba3bdf20 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -83,7 +83,8 @@ EPUB_CONFIGURE_ENABLE= epub EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 DVI_DESC= DVI viewer support -DVI_USE= tex=base +DVI_USES= tex +DVI_USE= TEX=base DVI_CONFIGURE_ENABLE= dvi T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) |