summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-20 13:48:17 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-20 13:48:17 +0000
commit4a2b6c7856f05527c52025041951922def758953 (patch)
treef282098f4a1bc2ae97c584b4ebee9922ff31f815 /editors
parentUpdate to 0.09 (diff)
- Use MAKE_ARGS & INFO
- Track dependent port Approved by: yoichi@
Notes
Notes: svn path=/head/; revision=133768
Diffstat (limited to 'editors')
-rw-r--r--editors/mode-info/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile
index 78df12ed58d2..9bc3190d3a75 100644
--- a/editors/mode-info/Makefile
+++ b/editors/mode-info/Makefile
@@ -20,11 +20,11 @@ MI_WITH_MAKE?= yes
.if (${MI_WITH_ELISP} == "yes")
.if (${MI_ELISP_LANG} == "en")
-BUILD_DEPENDS+= ${LOCALBASE}/info/elisp:${PORTSDIR}/lang/elisp-manual
-RUN_DEPENDS+= ${LOCALBASE}/info/elisp:${PORTSDIR}/lang/elisp-manual
+BUILD_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual
+RUN_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual
.elif (${MI_ELISP_LANG} == "ja")
-BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual
-RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual
+BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
+RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
.else
.error MI_ELISP_LANG should be "en" or "ja".
.endif