pkgsrc-WIP-changes archive

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

farbfeld: Add a DEPENDS to ImageMagick



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 7 23:24:22 2018 +0100
Changeset:	2a7f8ad246fd4c8ae5cee8cbf842e4d74d755c9e

Modified Files:
	farbfeld/Makefile

Log Message:
farbfeld: Add a DEPENDS to ImageMagick

`convert' can be used by `2ff'.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a7f8ad246fd4c8ae5cee8cbf842e4d74d755c9e

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

diffstat:
 farbfeld/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/farbfeld/Makefile b/farbfeld/Makefile
index 2fe52c6651..9bca60ea69 100644
--- a/farbfeld/Makefile
+++ b/farbfeld/Makefile
@@ -10,6 +10,9 @@ LICENSE=	isc
 
 USE_TOOLS+=	gmake
 
+# Needed for `convert' by 2ff
+DEPENDS+=	ImageMagick-[0-9]*:../../graphics/ImageMagick
+
 MAKE_FLAGS+=	PREFIX=${PREFIX}
 MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
 


Home | Main Index | Thread Index | Old Index