diff options
author | tron <tron@pkgsrc.org> | 2000-11-09 08:31:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-09 08:31:47 +0000 |
commit | 9b1d03a0145ece687e0c4c1cca05776c795a27df (patch) | |
tree | 8dbb78bb997d3818b9ccb948a60eaee45849d677 /mail/fetchmail/Makefile | |
parent | f49404522f9c58ea1ad058698b80875339b1e6dc (diff) | |
download | pkgsrc-9b1d03a0145ece687e0c4c1cca05776c795a27df.tar.gz |
Add missing "USE_LIBINTL= YES".
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b00f203cdf0..2db432a3027 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2000/10/29 22:56:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.79 2000/11/09 08:31:47 tron Exp $ # DISTNAME= fetchmail-5.5.5 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +USE_LIBINTL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-hesiod CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" |