pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/gnucap



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat May 30 03:10:44 UTC 2020

Modified Files:
        pkgsrc/cad/gnucap: Makefile

Log Message:
gnucap: add build dependency on tex-ec and tex-cm-super


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/cad/gnucap/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/gnucap/Makefile
diff -u pkgsrc/cad/gnucap/Makefile:1.30 pkgsrc/cad/gnucap/Makefile:1.31
--- pkgsrc/cad/gnucap/Makefile:1.30     Thu Jan 19 18:52:03 2017
+++ pkgsrc/cad/gnucap/Makefile  Sat May 30 03:10:44 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:03 agc Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/30 03:10:44 markd Exp $
 #
 
 DISTNAME=      gnucap-2006-07-08
 PKGNAME=       gnucap-20060708
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    cad
 MASTER_SITES=  http://www.gnucap.org/devel/
 MASTER_SITES+= http://www.geda.seul.org/dist/
@@ -12,6 +12,8 @@ MAINTAINER=   dmcmahill%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnucap.org/
 COMMENT=       General purpose circuit simulator
 
+BUILD_DEPENDS+=        tex-cm-super-[0-9]*:../../fonts/tex-cm-super
+BUILD_DEPENDS+=        tex-ec-[0-9]*:../../fonts/tex-ec
 BUILD_DEPENDS+=        tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 BUILD_DEPENDS+=        tex-hyperref>=6.81pnb2:../../print/tex-hyperref
 



Home | Main Index | Thread Index | Old Index