diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-08-24 19:11:37 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-08-24 19:11:37 +0000 |
commit | edd467accda9d045352df8a3e572e17e31f694f4 (patch) | |
tree | c5e4878fd214bdcb3b1a4438a009fb5afbc01ab8 | |
parent | 3619cfd020788d6da5e0cafaae32c98539b44609 (diff) | |
download | pkgsrc-edd467accda9d045352df8a3e572e17e31f694f4.tar.gz |
Pullup ticket #6305 - requested by bouyer
graphics/xfig: build fix
Revisions pulled up:
- graphics/xfig/Makefile 1.79
---
Module Name: pkgsrc
Committed By: bouyer
Date: Wed Aug 19 19:54:11 UTC 2020
Modified Files:
pkgsrc/graphics/xfig: Makefile
Log Message:
This needs netpbm (to build a pixmap file) in the build phase.
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index b152b15f523..57e30ecfb27 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2020/05/30 18:11:22 he Exp $ +# $NetBSD: Makefile,v 1.78.2.1 2020/08/24 19:11:37 bsiegert Exp $ DISTNAME= xfig-3.2.7b CATEGORIES= graphics @@ -12,6 +12,7 @@ COMMENT= CAD-like 2D drawing tool, good for colorful scale drawings & ISOs LICENSE= mit DEPENDS+= fig2dev-[0-9]*:../../print/fig2dev +TOOL_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm XAW_TYPE?= 3d |