diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index bce0b6e8878..401159574f7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.153 2005/07/22 14:27:52 frueauf Exp $ +# $NetBSD: Makefile,v 1.153.2.1 2005/11/01 21:51:26 salo Exp $ DISTNAME= fetchmail-6.2.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ @@ -23,6 +23,11 @@ CONFIGURE_ARGS+= --without-hesiod LDFLAGS+= ${CFLAGS} USE_TOOLS+= tbl +.if ${OPSYS} == "Darwin" +LDFLAGS+= -lresolv +CFLAGS.Darwin+= -DBIND_8_COMPAT -DHAVE_RESOLV_H +.endif + .include "options.mk" DOCDIR= ${PREFIX}/share/doc/fetchmail |