diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 23:47:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 23:47:23 +0000 |
commit | 1ea2da37e368bba68cf42f528aeb99c6795f0846 (patch) | |
tree | baa5bc27606c77efb3d0905a4c1e7a9641583728 /editors/emacs | |
parent | 6ed24b1d7d1eab0e0aa890a6ee433082b4253c52 (diff) | |
download | pkgsrc-1ea2da37e368bba68cf42f528aeb99c6795f0846.tar.gz |
Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.
Bump PKGREVISION.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
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 |