diff options
author | nia <nia@pkgsrc.org> | 2020-04-30 12:45:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-30 12:45:10 +0000 |
commit | 03a5389275d0d05f7eeebbc42810ee3a63e53259 (patch) | |
tree | 780bb63d1def777513a028f789d32544496659ce /mail | |
parent | bcc7c476a5fa78411891e02b44c42b37bd47fa8b (diff) | |
download | pkgsrc-03a5389275d0d05f7eeebbc42810ee3a63e53259.tar.gz |
balsa: Use yelp-tools. Noted by joerg.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 7ac1ec35d36..11fbcd0551d 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2020/04/22 05:01:51 nia Exp $ +# $NetBSD: Makefile,v 1.156 2020/04/30 12:45:10 nia Exp $ DISTNAME= balsa-2.6.0 CATEGORIES= mail @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes TOOL_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +TOOL_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools CFLAGS.SunOS+= -D__EXTENSIONS__ |