diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-02 04:56:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-02 04:56:13 +0000 |
commit | b4d7d496497803122df3635600e8c7edf9e7254a (patch) | |
tree | 1267540496e1ece339731f1d4ac76e900c31dc53 /meta-pkgs/bulk-small | |
parent | d4a6b4d18ee6c7dca5584479db37cd757bc77883 (diff) | |
download | pkgsrc-b4d7d496497803122df3635600e8c7edf9e7254a.tar.gz |
add comment about emacs version, suggested by wiz
Diffstat (limited to 'meta-pkgs/bulk-small')
-rw-r--r-- | meta-pkgs/bulk-small/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/bulk-small/Makefile b/meta-pkgs/bulk-small/Makefile index 2e1b902181e..402a819d884 100644 --- a/meta-pkgs/bulk-small/Makefile +++ b/meta-pkgs/bulk-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/01 22:52:14 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/02 04:56:13 dholland Exp $ DISTNAME= bulk-small-20140101 CATEGORIES= meta-pkgs @@ -48,6 +48,10 @@ NO_BIN_ON_FTP= ${RESTRICTED} # 1. Applications. These should be either very small or very widely used, # or preferably both; all others should go in bulk-medium. # +# Please do not "fix" the emacs reference by updating it to emacs23 or +# newer, as those versions of emacs take longer to build than this +# entire package's time budget. +# BUILD_DEPENDS+= ircII-[0-9]*:../../chat/ircII BUILD_DEPENDS+= irssi-[0-9]*:../../chat/irssi BUILD_DEPENDS+= irssi-icb-[0-9]*:../../chat/irssi-icb |