diff options
author | tron <tron@pkgsrc.org> | 2002-06-07 12:23:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-07 12:23:11 +0000 |
commit | 8f32773227bf1ce592690e79ba6148726d7447f1 (patch) | |
tree | c92a3ccad62e2162d5e5c2fab9a9d4d3ff57b3d6 /mail | |
parent | 06aa3971b579463c65e859c8e088217c0e62908c (diff) | |
download | pkgsrc-8f32773227bf1ce592690e79ba6148726d7447f1.tar.gz |
Add and enable "demime" package. This fixes PR pkg/16392 by Hauke Fath.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index b010ba3a220..d27e415a2cb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2002/06/01 11:46:47 grant Exp $ +# $NetBSD: Makefile,v 1.131 2002/06/07 12:23:11 tron Exp $ # COMMENT= Electronic mail utilities @@ -17,6 +17,7 @@ SUBDIR+= cucipop SUBDIR+= cue SUBDIR+= cyrus-imapd SUBDIR+= deliver +SUBDIR+= demime SUBDIR+= distribute SUBDIR+= dot-forward SUBDIR+= drac |