summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron>2000-11-09 08:31:47 +0000
committertron <tron>2000-11-09 08:31:47 +0000
commit69bd8568aad80ee825395126c4672643fcd31145 (patch)
tree8dbb78bb997d3818b9ccb948a60eaee45849d677 /mail/fetchmail
parent10719ad607afd10d471d747fcb746aa978703b60 (diff)
downloadpkgsrc-69bd8568aad80ee825395126c4672643fcd31145.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}"