summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2003-10-01 07:17:06 +0000
committerwiz <wiz>2003-10-01 07:17:06 +0000
commit678f5799df5216af90234ff6d62c1d5519256c9b (patch)
tree21134cdc5c0b72c0e15c56a141cfbc5ef044ffc0 /mail
parente18e67d89347b6d9793584e757eeed0e5c5b29dd (diff)
downloadpkgsrc-678f5799df5216af90234ff6d62c1d5519256c9b.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/Makefile3
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"