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:           Fri Oct 30 23:12:35 UTC 2020

Modified Files:
        pkgsrc/cad/dinotrace: Makefile

Log Message:
dinotrace: fix dependency pattern


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 pkgsrc/cad/dinotrace/Makefile:1.55
--- pkgsrc/cad/dinotrace/Makefile:1.54  Wed Oct  7 12:59:09 2020
+++ pkgsrc/cad/dinotrace/Makefile       Fri Oct 30 23:12:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/10/07 12:59:09 mef Exp $
+# $NetBSD: Makefile,v 1.55 2020/10/30 23:12:35 wiz Exp $
 #
 DISTNAME=      dinotrace-9.4f
 CATEGORIES=    cad
@@ -11,7 +11,7 @@ COMMENT=      Tool for viewing the output of 
 LICENSE=       gnu-gpl-v3
 
 BUILD_DEPENDS+=        gtexinfo-[0-9]*:../../devel/gtexinfo
-BUILD_DEPENDS+=        web2c-2020nb2{,nb*}:../../print/web2c
+BUILD_DEPENDS+=        web2c-2020{,nb*}:../../print/web2c
 BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../print/tex-texinfo
 
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index