pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ivtools



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  3 10:46:14 UTC 2021

Modified Files:
        pkgsrc/graphics/ivtools: Makefile

Log Message:
ivtools: Needs ps2pdf


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/ivtools/Makefile

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

Modified files:

Index: pkgsrc/graphics/ivtools/Makefile
diff -u pkgsrc/graphics/ivtools/Makefile:1.34 pkgsrc/graphics/ivtools/Makefile:1.35
--- pkgsrc/graphics/ivtools/Makefile:1.34       Mon Mar  1 09:48:40 2021
+++ pkgsrc/graphics/ivtools/Makefile    Wed Mar  3 10:46:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2021/03/01 09:48:40 nia Exp $
+# $NetBSD: Makefile,v 1.35 2021/03/03 10:46:14 nia Exp $
 
 DISTNAME=      ivtools-2.0.4a1
 CATEGORIES=    graphics
@@ -13,6 +13,9 @@ LICENSE=      modified-bsd # close enough
 
 CONFLICTS+=    dclock-[0-9]*
 
+# ps2pdf
+TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
+
 DEPENDS+=      ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
 
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}



Home | Main Index | Thread Index | Old Index