git: bfbcc61f3684 - main - print/tex-basic-engines: Fix web2c dependency

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 19 Feb 2022 22:42:43 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bfbcc61f3684f69d18c8453b49e01a4eb3b466d9

commit bfbcc61f3684f69d18c8453b49e01a4eb3b466d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-19 22:12:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-19 22:42:35 +0000

    print/tex-basic-engines: Fix web2c dependency
    
    Reported by:    fluffy
---
 print/tex-basic-engines/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/tex-basic-engines/Makefile b/print/tex-basic-engines/Makefile
index 7658d3407d61..675451699184 100644
--- a/print/tex-basic-engines/Makefile
+++ b/print/tex-basic-engines/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Basic TeX Engines
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		libtool localbase pkgconfig tar:xz
-USE_TEX=	kpathsea web2c>=${PORTVERSION}
+USE_TEX=	kpathsea web2c
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		${EXCLUDE_ENGINES:S/^/--disable-/} \