diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
commit | 105dd4b97c54eed4e1f53f2f160ed2da56f5e596 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /mail | |
parent | c1332c0f01c1db2ba680a1e6d7321650f1173ec0 (diff) | |
download | pkgsrc-105dd4b97c54eed4e1f53f2f160ed2da56f5e596.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 476031a5662..e01b9724b7a 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/10/16 23:49:01 tnn Exp $ +# $NetBSD: Makefile,v 1.66 2007/11/17 12:04:13 rillig Exp $ DISTNAME= nmh-1.0.4 PKGREVISION= 7 @@ -13,6 +13,8 @@ COMMENT= Cleaned up MH mailer suite CONFLICTS= ja-mh-[0-9]* CONFLICTS+= ja-mh6-[0-9]* +USE_TOOLS+= lex + # We choose DOT_LOCKING in our patches because ".lock" files are # the most common locking mechanism supported by mail software. # It also works well over NFS. |