diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:53:59 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:53:59 +0000 |
commit | dc3f8b6d38421fae2e97bb99526dd475df8df978 (patch) | |
tree | 06d5c62a50a7b1a54d8ff4bc1e766832a38e12e7 /japanese | |
parent | 6be666f4a4a57a3052f18b49aaab5c0be30c52ed (diff) |
Correct dependency to fix package build.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=197071
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/migemo-emacs21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/migemo-emacs21/Makefile b/japanese/migemo-emacs21/Makefile index 7d469363123c..43f2fae7db71 100644 --- a/japanese/migemo-emacs21/Makefile +++ b/japanese/migemo-emacs21/Makefile @@ -14,8 +14,8 @@ PKGMESSAGE= ${MASTERDIR}/pkg-message USE_EMACS= yes EMACS_PORT_NAME?= emacs21 -BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel -RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel \ +BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} +RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} \ migemo:${PORTSDIR}/japanese/migemo CONFLICTS= ja-migemo-emacs22-[0-9]* |