diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 13:24:23 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 13:24:23 +0800 |
commit | d33d3426f7f26e2a05e6d9646ef52b7d324f27cf (patch) | |
tree | d7a1bd107be58e71204a78acbcca0eee69f28993 /editors/leim21 | |
parent | 56ab546ec00415d40299f1e30b01fd31f6a7e9de (diff) | |
download | freebsd-ports-gnome-d33d3426f7f26e2a05e6d9646ef52b7d324f27cf.tar.gz freebsd-ports-gnome-d33d3426f7f26e2a05e6d9646ef52b7d324f27cf.tar.zst freebsd-ports-gnome-d33d3426f7f26e2a05e6d9646ef52b7d324f27cf.zip |
Use bsd.emacs.mk.
PR: ports/113356
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Diffstat (limited to 'editors/leim21')
-rw-r--r-- | editors/leim21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index ea112c07a97a..57ab6b7e36df 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -17,11 +17,10 @@ COMMENT= Libraries of (GNU) Emacs Input Method LATEST_LINK= leim21 -BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs -RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs +USE_EMACS= yes +EMACS_PORT_NAME= emacs21 USE_GMAKE= yes -EMACS_VER= 21.3 WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}/leim PLIST_SUB= EMACS_VER=${EMACS_VER} SCRIPTS_ENV= EMACS_VER=${EMACS_VER} |