diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-01 07:17:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-01 07:17:06 +0000 |
commit | 9319ad7e5543d63f8c106ea58c9081c9b50ddd0e (patch) | |
tree | 21134cdc5c0b72c0e15c56a141cfbc5ef044ffc0 /mail | |
parent | d6c0009ebc416476c0b715c8bde539d47362b5dd (diff) | |
download | pkgsrc-9319ad7e5543d63f8c106ea58c9081c9b50ddd0e.tar.gz |
Add build dependency on perl (pod2man is used for man page).
Noted missing by kristerw.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fix-mime-charset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile index d37817db790..8a9606a991d 100644 --- a/mail/fix-mime-charset/Makefile +++ b/mail/fix-mime-charset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/01 07:17:06 wiz Exp $ # DISTNAME= fix-mime-charset-0.4.0 @@ -11,6 +11,7 @@ COMMENT= Correct MIME charset type in mail headers USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes +USE_PERL5= build GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |