summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-09 08:31:47 +0000
committertron <tron@pkgsrc.org>2000-11-09 08:31:47 +0000
commit9b1d03a0145ece687e0c4c1cca05776c795a27df (patch)
tree8dbb78bb997d3818b9ccb948a60eaee45849d677 /mail/fetchmail
parentf49404522f9c58ea1ad058698b80875339b1e6dc (diff)
downloadpkgsrc-9b1d03a0145ece687e0c4c1cca05776c795a27df.tar.gz
Add missing "USE_LIBINTL= YES".
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile3
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}"