summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-17 12:04:11 +0000
committerrillig <rillig>2007-11-17 12:04:11 +0000
commit21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch)
tree7c0b6ad43df35f003718d0265e14450da8a53df0 /mail/nmh
parent9102ea67210a656f775e13a6addd64a62798560d (diff)
downloadpkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
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.