diff options
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 6d3358968fd..be338a17229 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2002/01/22 20:51:39 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2002/02/13 22:59:02 skrll Exp $ DISTNAME= fetchmail-5.9.6 PKGREVISION= 1 @@ -11,7 +11,6 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= yes @@ -69,9 +68,6 @@ post-extract: ${CHMOD} a+x ${WRKSRC}/configure .endif -pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force - post-build: tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man |