diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-01-08 12:23:13 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-01-08 12:23:13 +0800 |
commit | be3b50229b5f1d39c2dcce0918316fbcb9a64272 (patch) | |
tree | caf996fb6eccfbd3b2823edb04b2e994373a9abe /japanese/lookup-emacs20 | |
parent | 263807a6ff0a3a62d6a12bff0550e875d4c1a6eb (diff) | |
download | freebsd-ports-gnome-be3b50229b5f1d39c2dcce0918316fbcb9a64272.tar.gz freebsd-ports-gnome-be3b50229b5f1d39c2dcce0918316fbcb9a64272.tar.zst freebsd-ports-gnome-be3b50229b5f1d39c2dcce0918316fbcb9a64272.zip |
Follow the change of lisp directory for bitmap-mule.
Approved by: maintainer
Diffstat (limited to 'japanese/lookup-emacs20')
-rw-r--r-- | japanese/lookup-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lookup-emacs20/Makefile b/japanese/lookup-emacs20/Makefile index 71f94327455a..68ad0894bcd7 100644 --- a/japanese/lookup-emacs20/Makefile +++ b/japanese/lookup-emacs20/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \ +RUN_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \ MASTERDIR= ${.CURDIR}/../lookup EMACS_PORT_NAME= emacs20 |