diff options
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d7da14d8d0e..2e59680f9f1 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2002/11/06 18:39:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.122 2002/11/24 19:55:37 chris Exp $ DISTNAME= fetchmail-6.1.2 CATEGORIES= mail @@ -15,6 +15,8 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-hesiod +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub BUILD_DEFS+= USE_INET6 LDFLAGS+= ${CFLAGS} |