diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/leim21 | |
parent | a4ec4cda7de50f10ddf987112732dbd1e3e29557 (diff) | |
download | ports-131cd97388c78909b13a26c3ce289bbf3c007b7f.tar.gz ports-131cd97388c78909b13a26c3ce289bbf3c007b7f.zip |
Notes
Diffstat (limited to 'editors/leim21')
-rw-r--r-- | editors/leim21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index 17fa7b786487..19ce87bb7a65 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -17,8 +17,8 @@ COMMENT= Libraries of (GNU) Emacs Input Method LATEST_LINK= leim21 -BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21 -RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21 +BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs USE_GMAKE= yes EMACS_VER= 21.3 |