Back the last out according to Jan's request.
This commit is contained in:
parent
6ed9e32208
commit
47a97ba2a5
2 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.4444 2004/01/13 03:15:40 uebayasi Exp $
|
||||
$NetBSD: CHANGES,v 1.4445 2004/01/13 04:29:20 uebayasi Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -201,4 +201,3 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated awstats to 5.9 [xtraeme 2004-01-12]
|
||||
Updated perl5 to 5.6.1nb10 [jlam 2004-01-12]
|
||||
Updated p5-MIME-Base64 to 2.23 [grant 2004-01-13]
|
||||
Updated emacs-packages to 0.6 [uebayasi 2004-01-13]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2004/01/13 03:15:40 uebayasi Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2004/01/13 04:29:21 uebayasi Exp $
|
||||
|
||||
DISTNAME= emacs-packages-0.6
|
||||
DISTNAME= emacs-packages-0.5
|
||||
CATEGORIES= meta-pkgs editors
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -34,10 +34,9 @@ DEPENDS+= haskell-mode-[0-9]*:../../devel/haskell-mode
|
|||
DEPENDS+= iiimecf-[0-9]*:../../inputmethod/iiimecf
|
||||
DEPENDS+= irchat-pj-[0-9]*:../../chat/irchat-pj
|
||||
DEPENDS+= ispell-emacs-[0-9]*:../../textproc/ispell-emacs
|
||||
# XXX Exclude this temporarily while JDE is broken. ---uebayasi
|
||||
#.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
|
||||
#DEPENDS+= jde-[0-9]*:../../editors/jde
|
||||
#.endif
|
||||
.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
|
||||
DEPENDS+= jde-[0-9]*:../../editors/jde
|
||||
.endif
|
||||
DEPENDS+= liece-[0-9]*:../../chat/liece
|
||||
DEPENDS+= lookup-[0-9]*:../../misc/lookup
|
||||
DEPENDS+= mailcrypt-[0-9]*:../../mail/mailcrypt
|
||||
|
|
Loading…
Reference in a new issue