pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Use TOOL_DEPENDS for ImageMagick.
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Thu May 2 21:14:03 2019 +0100
Changeset: b0767e799d5bf5746e59a2068842dc983a0241f0
Modified Files:
advancemame/Makefile
thedarkmod/Makefile
Log Message:
Use TOOL_DEPENDS for ImageMagick.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b0767e799d5bf5746e59a2068842dc983a0241f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
advancemame/Makefile | 2 +-
thedarkmod/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/advancemame/Makefile b/advancemame/Makefile
index edd47a54a3..d24e35bbd5 100644
--- a/advancemame/Makefile
+++ b/advancemame/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
CONFIG_SHELL= ksh
-BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
CONFIGURE_ARGS+= --enable-expat
CONFIGURE_ARGS+= --enable-zlib
diff --git a/thedarkmod/Makefile b/thedarkmod/Makefile
index 0976cf9d16..fba9203ed1 100644
--- a/thedarkmod/Makefile
+++ b/thedarkmod/Makefile
@@ -30,7 +30,7 @@ SCONS_ARGS+= TARGET_ARCH="x64"
SCONS_ARGS+= TARGET_ARCH="x86"
.endif
-BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= libexec
Home |
Main Index |
Thread Index |
Old Index