summaryrefslogtreecommitdiff
path: root/news/t-gnus-emacs20/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-08-28 05:08:36 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-08-28 05:08:36 +0000
commit13b8e37744756f4cebb8aac17c5ab1a84f0fb4fa (patch)
tree81a7b5eee45f40103c15299c661542a69277446a /news/t-gnus-emacs20/Makefile
parentPrevious checksum value of readme.tar.gz is correct. (diff)
* Unify info files for t-gnus
Submitted by: sf * Add xemacs-package into {RUN,BUILD}-DEPENDS Pointed out by: sf and bento
Notes
Notes: svn path=/head/; revision=47000
Diffstat (limited to 'news/t-gnus-emacs20/Makefile')
-rw-r--r--news/t-gnus-emacs20/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/news/t-gnus-emacs20/Makefile b/news/t-gnus-emacs20/Makefile
index 2e095918e345..583239c46dd1 100644
--- a/news/t-gnus-emacs20/Makefile
+++ b/news/t-gnus-emacs20/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MI
RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME}
HAS_CONFIGURE= yes
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USE_GMAKE= yes
TGNUSVERSION= 6_14_6-04
MIMEUI_PRODUCT?=semi
@@ -36,6 +37,10 @@ WITHOUT_MULE=yes
.if (${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule")
CONFIGURE_ARGS= --with-xemacs=${EMACS_CMD} --with-packagedir=${LOCALBASE}/${EMACS_PACKAGESDIR}
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-comm-packages \
+ ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-comm-packages
+RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-comm-packages \
+ ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-comm-packages
.else
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR}/t-gnus \