pkgsrc-WIP-changes archive

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

ctags-git: Use perl now to generate some files



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Thu Feb 25 20:34:15 2016 +0100
Changeset:	8979a3ad997955f973cf48168e5b6e898b7c4240

Modified Files:
	ctags-git/Makefile

Log Message:
ctags-git: Use perl now to generate some files

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

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

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

diffs:
diff --git a/ctags-git/Makefile b/ctags-git/Makefile
index 1ca50ee..51d8592 100644
--- a/ctags-git/Makefile
+++ b/ctags-git/Makefile
@@ -16,7 +16,7 @@ GIT_MODULE.ctags=	ctags
 WRKSRC=			${WRKDIR}/${GIT_MODULE.ctags}
 
 USE_TOOLS=		aclocal autoreconf autoconf automake autoheader
-USE_TOOLS+=		bash gmake
+USE_TOOLS+=		bash gmake perl
 
 SUBST_CLASSES+=         bash
 SUBST_MESSAGE.bash=     Fixing shellbang references to bash.


Home | Main Index | Thread Index | Old Index