pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Add a run-time depenency on perl because bin/e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2a195d307b2
branches:  trunk
changeset: 514947:a2a195d307b2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 20 23:47:23 2006 +0000

description:
Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.

Bump PKGREVISION.

diffstat:

 editors/emacs-nox11/Makefile  |  4 ++--
 editors/emacs/Makefile        |  4 ++--
 editors/emacs/Makefile.common |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 789efbc4543a -r a2a195d307b2 editors/emacs-nox11/Makefile
--- a/editors/emacs-nox11/Makefile      Tue Jun 20 23:44:01 2006 +0000
+++ b/editors/emacs-nox11/Makefile      Tue Jun 20 23:47:23 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/05/15 11:48:13 markd Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/20 23:47:24 minskim Exp $
 
 DISTNAME=      emacs-${EMACSVERSION}a
 PKGNAME=       emacs-nox11-${EMACSVERSION}a
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    editors
 COMMENT=       GNU editing macros (editor) - non X11 version
 
diff -r 789efbc4543a -r a2a195d307b2 editors/emacs/Makefile
--- a/editors/emacs/Makefile    Tue Jun 20 23:44:01 2006 +0000
+++ b/editors/emacs/Makefile    Tue Jun 20 23:47:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2006/05/15 11:48:12 markd Exp $
+# $NetBSD: Makefile,v 1.96 2006/06/20 23:47:23 minskim Exp $
 
 DISTNAME=      emacs-${EMACSVERSION}a
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    editors
 COMMENT=       GNU editing macros (editor)
 
diff -r 789efbc4543a -r a2a195d307b2 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Tue Jun 20 23:44:01 2006 +0000
+++ b/editors/emacs/Makefile.common     Tue Jun 20 23:47:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2006/05/15 11:48:12 markd Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/06/20 23:47:23 minskim Exp $
 
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 MAINTAINER=    markd%NetBSD.org@localhost
@@ -6,7 +6,7 @@
 
 CONFLICTS=     mule-[0-9]*
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         yes
 
 PATCHDIR=      ${.CURDIR}/../../editors/emacs/patches



Home | Main Index | Thread Index | Old Index