diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-12 10:21:59 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-12 10:21:59 +0000 |
commit | b8be769a7aa83a4e504913eca8b546473944e0e6 (patch) | |
tree | 58da6cc8e1e2ace067ba9a1fffd09dab62b8aef4 /news | |
parent | c8dc2a8e3dbd3d1b91d90fb406dc9855fbe5c1c1 (diff) | |
download | ports-b8be769a7aa83a4e504913eca8b546473944e0e6.tar.gz ports-b8be769a7aa83a4e504913eca8b546473944e0e6.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/t-gnus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index 1f72e10480a3..e0ea1944ad88 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -56,10 +56,10 @@ MIMEUI_COOKIE= semi-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages MANIFEST= MANIFEST.t-gnus EMACS_PACKAGESDIR= lib/xemacs/site-packages 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 +BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-packages \ + ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-packages \ + ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-packages INFODIR= ${LOCALBASE}/${EMACS_PACKAGESDIR}/info STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp INFOFILES= emacs-mime gnus gnus-ja message message-ja sieve |