diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-07 06:35:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-07 06:35:16 +0000 |
commit | cd01c4925d65e7d567b7d492c8f88c02a10024ba (patch) | |
tree | 9b3529f5395ba019de80ca41c426e962e4831f3a /cad/dinotrace | |
parent | f6615289d9d3c1890a5d4b9b2a7da6382e77c4e0 (diff) | |
download | pkgsrc-cd01c4925d65e7d567b7d492c8f88c02a10024ba.tar.gz |
dinotrace: restrict to web2c>=2020 instead of -2020*
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index b8ee4fc722a..9f0850e17da 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -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 @@ COMMENT= Tool for viewing the output of digital simulators 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 |