diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 05:24:23 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 05:24:23 +0000 |
commit | 25069d82053c80eef4bda456be2368a0b704ac1e (patch) | |
tree | 6354816f881a70a2a3c424e3c6bb6401c5590048 /editors | |
parent | 0ea7a2c7bc58f7f97865c1cde8a15c9340a3b78e (diff) | |
download | ports-25069d82053c80eef4bda456be2368a0b704ac1e.tar.gz ports-25069d82053c80eef4bda456be2368a0b704ac1e.zip |
Notes
Diffstat (limited to 'editors')
-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} |