pkgsrc-WIP-changes archive

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

(devel/flim) revert wrong old line: BUILD_DEP -> TOOL_DEP



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Thu Aug 31 19:08:16 2023 +0900
Changeset:	de1689df7cfe38fd1c7cf989766a26f9064773ef

Modified Files:
	flim/Makefile

Log Message:
(devel/flim) revert wrong old line: BUILD_DEP -> TOOL_DEP

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

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

diffstat:
 flim/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/flim/Makefile b/flim/Makefile
index 8a3755fef1..2894a02b35 100644
--- a/flim/Makefile
+++ b/flim/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	http://git.chise.org/elisp/flim/
 COMMENT=	Emacs lisp library for message representation/encoding
 LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3
 
-BUILD_DEPENDS+=	qkc-[0-9]*:../../converters/qkc
+TOOL_DEPENDS+=	qkc-[0-9]*:../../converters/qkc
 
 INSTALLATION_DIRS+=	${EMACS_LISPPREFIX:C|^${PREFIX}/||}/flim \
 			${EMACS_INFOPREFIX:C|^${PREFIX}/||}


Home | Main Index | Thread Index | Old Index