summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron>2002-10-01 06:53:50 +0000
committertron <tron>2002-10-01 06:53:50 +0000
commit52f891a01d399dfef36a7d5f754284c42354bdd9 (patch)
tree65d479c921c88a798de742344236f4feb4f03bbc /mail/fetchmail
parent6ecbb1725fd54ca71e48d3133470c72ac8eea091 (diff)
downloadpkgsrc-52f891a01d399dfef36a7d5f754284c42354bdd9.tar.gz
Work arround build problem under NetBSD 1.6 and newer by using "libintl"
from the "gettext-lib" package.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4867791405e..2e84b01f96e 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2002/09/30 20:51:03 frueauf Exp $
+# $NetBSD: Makefile,v 1.119 2002/10/01 06:53:50 tron Exp $
DISTNAME= fetchmail-6.1.0
CATEGORIES= mail
@@ -10,10 +10,11 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
-BUILD_USES_MSGFMT= yes
+BUILD_USES_MSGFMT= YES
-USE_BUILDLINK2= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= YES
+USE_GNU_GETTEXT= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-hesiod
BUILD_DEFS+= USE_INET6