Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 22:42:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bfbcc61f3684 - main - print/tex-basic-engines: Fix web2c dependency
Message-ID:  <202202192242.21JMghWs041447@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-/} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202192242.21JMghWs041447>