diff options
author | hasso <hasso> | 2008-12-14 19:06:38 +0000 |
---|---|---|
committer | hasso <hasso> | 2008-12-14 19:06:38 +0000 |
commit | c70d08e2fcaebeb7181374acfaf341dd1eb76030 (patch) | |
tree | e48e41bfd53c36fadd265cdc8986d6f8dc2bb702 /mail | |
parent | 06104b0654f7797e7c8ae6a1269b9c63de877bc2 (diff) | |
download | pkgsrc-c70d08e2fcaebeb7181374acfaf341dd1eb76030.tar.gz |
Needs msgfmt.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 476b956ed96..723e1450af5 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/11/30 18:13:30 bouyer Exp $ +# $NetBSD: Makefile,v 1.37 2008/12/14 19:06:38 hasso Exp $ # DISTNAME= sympa-5.4.3 @@ -37,7 +37,7 @@ DEPENDS.SunOS+= p5-DB_File>=1.75:../../databases/p5-DB_File OPSYSVARS+= DEPENDS -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} |