pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/leim Make this aware of emacs21nox.
details: https://anonhg.NetBSD.org/pkgsrc/rev/33d093021920
branches: trunk
changeset: 474990:33d093021920
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Sat May 08 15:15:07 2004 +0000
description:
Make this aware of emacs21nox.
diffstat:
editors/leim/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r e0c077cc44bc -r 33d093021920 editors/leim/Makefile
--- a/editors/leim/Makefile Sat May 08 15:14:23 2004 +0000
+++ b/editors/leim/Makefile Sat May 08 15:15:07 2004 +0000
@@ -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 @@
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-install:
@${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/${VERSION}/leim
+.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index