diff options
author | uebayasi <uebayasi> | 2004-05-08 15:15:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-05-08 15:15:07 +0000 |
commit | 3a03e0774dbeb1d4c3bf395dd282d3d26c7c947c (patch) | |
tree | 303dec3d45ddba8fbad8cf9df2aff96ac880a086 /editors | |
parent | bb16508033bcdd7f9993af79d1be8d758bdef12f (diff) | |
download | pkgsrc-3a03e0774dbeb1d4c3bf395dd282d3d26c7c947c.tar.gz |
Make this aware of emacs21nox.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim/Makefile | 7 |
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" |