summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-05-08 15:15:07 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-05-08 15:15:07 +0000
commit2d95a5d75d41d264abff2817b57ed087fa0726c3 (patch)
tree303dec3d45ddba8fbad8cf9df2aff96ac880a086 /editors
parentf3886d3f0813ec51e6cb3164fd99ac3c409ea09c (diff)
downloadpkgsrc-2d95a5d75d41d264abff2817b57ed087fa0726c3.tar.gz
Make this aware of emacs21nox.
Diffstat (limited to 'editors')
-rw-r--r--editors/leim/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile
index ac56171e2e4..1b6e6cd85ce 100644
--- a/editors/leim/Makefile
+++ b/editors/leim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/08 15:15:07 uebayasi Exp $
DISTNAME= leim-${VERSION}
CATEGORIES= editors
@@ -9,14 +9,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
COMMENT= Libraries of Emacs Input Methods (for emacs21)
-DEPENDS+= emacs>=${VERSION}:../emacs
-
WRKSRC= ${WRKDIR}/emacs-${VERSION}/leim
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
VERSION= 21.3
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox
+
post-extract:
@${ECHO} '#!/bin/sh' >${WRKSRC}/configure
@${ECHO} 'cd ..' >>${WRKSRC}/configure
@@ -28,4 +28,5 @@ post-extract:
post-install:
@${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/${VERSION}/leim
+.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"