pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/m1n1



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct  1 12:40:52 UTC 2021

Modified Files:
        pkgsrc/sysutils/m1n1: Makefile

Log Message:
m1n1: Needs ImageMagick for "convert" at build-time


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/m1n1/Makefile

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

Modified files:

Index: pkgsrc/sysutils/m1n1/Makefile
diff -u pkgsrc/sysutils/m1n1/Makefile:1.1 pkgsrc/sysutils/m1n1/Makefile:1.2
--- pkgsrc/sysutils/m1n1/Makefile:1.1   Mon Aug 30 23:33:23 2021
+++ pkgsrc/sysutils/m1n1/Makefile       Fri Oct  1 12:40:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/08/30 23:33:23 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/01 12:40:52 nia Exp $
 
 GITHUB_PROJECT=        m1n1
 GITHUB_TAG=    4df78129aac4547231dbac662d28c3b67b13cc79
@@ -20,6 +20,8 @@ LICENSE=      mit
 WRKSRC=                ${WRKDIR}/m1n1-4df78129aac4547231dbac662d28c3b67b13cc79
 USE_TOOLS+=    gmake
 
+TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+
 BUILD_DEPENDS+=        cross-aarch64-none-elf-gcc-[0-9]*:../../cross/aarch64-none-elf-gcc
 MAKE_FLAGS+=   ARCH=${PREFIX}/cross-aarch64-none-elf/bin/aarch64-none-elf-
 



Home | Main Index | Thread Index | Old Index