pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/dinotrace



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  7 06:35:16 UTC 2021

Modified Files:
        pkgsrc/cad/dinotrace: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/cad/dinotrace/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/dinotrace/Makefile
diff -u pkgsrc/cad/dinotrace/Makefile:1.56 pkgsrc/cad/dinotrace/Makefile:1.57
--- pkgsrc/cad/dinotrace/Makefile:1.56  Mon May 24 19:49:12 2021
+++ pkgsrc/cad/dinotrace/Makefile       Mon Jun  7 06:35:16 2021
@@ -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 
 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