Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/xfig This needs netpbm (to build a pixmap fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2cc4d4d6b3
branches:  trunk
changeset: 437275:ed2cc4d4d6b3
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed Aug 19 19:54:11 2020 +0000

description:
This needs netpbm (to build a pixmap file) in the build phase.

diffstat:

 graphics/xfig/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 57ad42696713 -r ed2cc4d4d6b3 graphics/xfig/Makefile
--- a/graphics/xfig/Makefile    Wed Aug 19 19:07:05 2020 +0000
+++ b/graphics/xfig/Makefile    Wed Aug 19 19:54:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/05/30 18:11:22 he Exp $
+# $NetBSD: Makefile,v 1.79 2020/08/19 19:54:11 bouyer Exp $
 
 DISTNAME=      xfig-3.2.7b
 CATEGORIES=    graphics
@@ -12,6 +12,7 @@
 LICENSE=       mit
 
 DEPENDS+=      fig2dev-[0-9]*:../../print/fig2dev
+TOOL_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
 
 XAW_TYPE?=             3d
 



Home | Main Index | Thread Index | Old Index