diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-12 10:21:59 +0000 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-12 10:21:59 +0000 |
commit | 486d318c65a197158e46a5dc7f46f8de5b1698aa (patch) | |
tree | f9ce46625b813fc2abf72d9b03806268d3d6ec37 /news | |
parent | 64572b283b57a59a90ddca14cac3f48d3299bd08 (diff) | |
download | FreeBSD-ports-486d318c65a197158e46a5dc7f46f8de5b1698aa.zip FreeBSD-ports-486d318c65a197158e46a5dc7f46f8de5b1698aa.tar.gz |
editors/xemacs-comm-packages is obsolete. *_DEPENDS pointed to
editors/xemacs-packages
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 1f72e10..e0ea194 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 |