aboutsummaryrefslogtreecommitdiff
path: root/editors/mode-info
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/mode-info
parent3685bae3b1eeee85ee3882319a47aab9eb460d38 (diff)
downloadports-4a2b6c7856f05527c52025041951922def758953.tar.gz
ports-4a2b6c7856f05527c52025041951922def758953.zip
Notes
Diffstat (limited to 'editors/mode-info')
-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