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:   mef
Date:           Wed Oct  7 12:59:09 UTC 2020

Modified Files:
        pkgsrc/cad/dinotrace: Makefile

Log Message:
(cad/dinotrace) Add missing BUILD_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/cad/dinotrace/Makefile:1.54
--- pkgsrc/cad/dinotrace/Makefile:1.53  Mon Oct  5 22:10:01 2020
+++ pkgsrc/cad/dinotrace/Makefile       Wed Oct  7 12:59:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/10/05 22:10:01 mef Exp $
+# $NetBSD: Makefile,v 1.54 2020/10/07 12:59:09 mef Exp $
 #
 DISTNAME=      dinotrace-9.4f
 CATEGORIES=    cad
@@ -10,6 +10,10 @@ HOMEPAGE=    http://www.veripool.org/dinotr
 COMMENT=       Tool for viewing the output of digital simulators
 LICENSE=       gnu-gpl-v3
 
+BUILD_DEPENDS+=        gtexinfo-[0-9]*:../../devel/gtexinfo
+BUILD_DEPENDS+=        web2c-2020nb2{,nb*}:../../print/web2c
+BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../print/tex-texinfo
+
 GNU_CONFIGURE=         YES
 INFO_FILES=            YES
 USE_TOOLS+=            aclocal autoconf automake gmake perl makeinfo



Home | Main Index | Thread Index | Old Index