summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-20 23:47:23 +0000
committerminskim <minskim>2006-06-20 23:47:23 +0000
commit298627a85106857554658573d90f79d53023afcc (patch)
treebaa5bc27606c77efb3d0905a4c1e7a9641583728 /editors
parented9bdf6bd34e415a50c1a0bc49e184a2301e6d50 (diff)
downloadpkgsrc-298627a85106857554658573d90f79d53023afcc.tar.gz
Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-nox11/Makefile4
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs/Makefile.common4
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index a4265394b94..3af92074895 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -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 --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 8ee9a38a8f5..58b61ec2592 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -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 --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index d9f9e05e181..23f7f249225 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -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
@@ -6,7 +6,7 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
CONFLICTS= mule-[0-9]*
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= yes
PATCHDIR= ${.CURDIR}/../../editors/emacs/patches