diff options
author | tron <tron@pkgsrc.org> | 2002-10-01 06:53:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-01 06:53:50 +0000 |
commit | a7a8f2dbaac0e6b3489dbb4ab954ef741daea741 (patch) | |
tree | 65d479c921c88a798de742344236f4feb4f03bbc /mail | |
parent | eec166101d2240122d59a34a3b658b0ca07e70aa (diff) | |
download | pkgsrc-a7a8f2dbaac0e6b3489dbb4ab954ef741daea741.tar.gz |
Work arround build problem under NetBSD 1.6 and newer by using "libintl"
from the "gettext-lib" package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 9 |
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 |