diff options
author | perry <perry@pkgsrc.org> | 2005-01-08 16:53:25 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2005-01-08 16:53:25 +0000 |
commit | 9d5c790d4a28bdd35819f8c7aa4f45b87b34b121 (patch) | |
tree | 30ad891a6f52c228f25be3f1c7750d227adc86c3 /mail/exmh | |
parent | a71c584cfabe487dbeb4e452805632a584fd4a61 (diff) | |
download | pkgsrc-9d5c790d4a28bdd35819f8c7aa4f45b87b34b121.tar.gz |
This can work fine with normal tk -- it does not need tk83
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 9b7ad2905e5..190de8964c9 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.35 2005/01/08 16:53:25 perry Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.beedub.com/exmh/ COMMENT= X11/TK based mail reader front end to MH -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= nmh>=1.0:../../mail/nmh DEPENDS+= metamail>=2.7:../../mail/metamail |