pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/dinotrace dinotrace: restrict to web2c>=2020 inste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ba0deadb60a
branches:  trunk
changeset: 454220:6ba0deadb60a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 07 06:35:16 2021 +0000

description:
dinotrace: restrict to web2c>=2020 instead of -2020*

diffstat:

 cad/dinotrace/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fdf4d18fd26c -r 6ba0deadb60a cad/dinotrace/Makefile
--- a/cad/dinotrace/Makefile    Mon Jun 07 01:18:52 2021 +0000
+++ b/cad/dinotrace/Makefile    Mon Jun 07 06:35:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2021/05/24 19:49:12 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2021/06/07 06:35:16 wiz Exp $
 #
 DISTNAME=      dinotrace-9.4f
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 LICENSE=       gnu-gpl-v3
 
 BUILD_DEPENDS+=        gtexinfo-[0-9]*:../../devel/gtexinfo
-BUILD_DEPENDS+=        web2c-2020{,nb*}:../../print/web2c
+BUILD_DEPENDS+=        web2c>=2020:../../print/web2c
 BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../print/tex-texinfo
 
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index