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
commit68028b8f52fece7a040e998ca31e09e43d34acae (patch)
tree303dec3d45ddba8fbad8cf9df2aff96ac880a086 /editors
parent78961944fd28b73999b440d9ad572fd0e1bd2cb8 (diff)
downloadpkgsrc-68028b8f52fece7a040e998ca31e09e43d34acae.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"