diff options
author | tron <tron> | 2000-11-09 08:31:47 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-09 08:31:47 +0000 |
commit | b352030709cabc90585f2e426a6636b472974f2a (patch) | |
tree | 8dbb78bb997d3818b9ccb948a60eaee45849d677 /mail/fetchmail | |
parent | e7df9d98f52b349a4ef8cca84a3ce4e35b1c6bfd (diff) | |
download | pkgsrc-b352030709cabc90585f2e426a6636b472974f2a.tar.gz |
Add missing "USE_LIBINTL= YES".
Diffstat (limited to 'mail/fetchmail')
-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}" |