pkgsrc-WIP-changes archive

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

firefox-hg: Move USE_TOOLS line to the file where the tool is actually used.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 27 00:14:05 2016 +0100
Changeset:	c7e2ca2855caa9518375696700e1fc8c69bdca95

Modified Files:
	firefox-hg/Makefile.common
	firefox-hg/mozilla-common.mk

Log Message:
firefox-hg: Move USE_TOOLS line to the file where the tool is actually used.

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

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

diffstat:
 firefox-hg/Makefile.common   | 2 ++
 firefox-hg/mozilla-common.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/firefox-hg/Makefile.common b/firefox-hg/Makefile.common
index eb5ce8f..dfa7fd0 100644
--- a/firefox-hg/Makefile.common
+++ b/firefox-hg/Makefile.common
@@ -75,6 +75,8 @@ SUBST_MESSAGE.sys-dic=	Reference to system hunspell dictionaries.
 SUBST_FILES.sys-dic=	extensions/spellcheck/hunspell/glue/mozHunspell.cpp
 SUBST_VARS.sys-dic=	PREFIX
 
+USE_TOOLS+=	autoconf213
+
 pre-configure:
 	cd ${WRKSRC} && mkdir ${OBJDIR}
 	cd ${WRKSRC} && autoconf
diff --git a/firefox-hg/mozilla-common.mk b/firefox-hg/mozilla-common.mk
index 8fdeef6..b6fa0ae 100644
--- a/firefox-hg/mozilla-common.mk
+++ b/firefox-hg/mozilla-common.mk
@@ -6,7 +6,7 @@
 # used by www/seamonkey/Makefile
 
 GNU_CONFIGURE=		yes
-USE_TOOLS+=		pkg-config perl gmake autoconf213 unzip zip
+USE_TOOLS+=		pkg-config perl gmake unzip zip
 USE_LANGUAGES+=		c99 c++
 UNLIMIT_RESOURCES+=	datasize
 


Home | Main Index | Thread Index | Old Index