diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 18:56:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 18:56:47 +0000 |
commit | 9404d6878d61eb608db147bb0ff296d45926cbbe (patch) | |
tree | df270c3821ee890b69def474acb1fc15c36c739f /mail/fix-mime-charset | |
parent | 0f055c12be0827d6fa427245564ab10820b4bf66 (diff) | |
download | pkgsrc-9404d6878d61eb608db147bb0ff296d45926cbbe.tar.gz |
Depend on enca to get more features. Bump PKGREVISION.
Diffstat (limited to 'mail/fix-mime-charset')
-rw-r--r-- | mail/fix-mime-charset/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile index cbfe92d4bac..afcb71b8ff5 100644 --- a/mail/fix-mime-charset/Makefile +++ b/mail/fix-mime-charset/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2007/03/18 18:56:47 wiz Exp $ # DISTNAME= fix-mime-charset-0.5.3 +PKGREVISION= 1 CATEGORIES= mail converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fix-mime-chr/} @@ -11,7 +12,8 @@ COMMENT= Correct MIME charset type in mail headers USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl +USE_TOOLS+= perl pkg-config GNU_CONFIGURE= yes +.include "../../textproc/enca/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |