diff options
author | mycroft <mycroft> | 1998-07-04 04:41:35 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-04 04:41:35 +0000 |
commit | b339e6254f00e0781754b97988a7b3ade538e16a (patch) | |
tree | 1ed80f0249eee14a9dd5cf2dfe3203ef2ce1168f /mail/fetchmail/Makefile | |
parent | f0ee4257eede7cde1a61ac2b5b991b69daca46bc (diff) | |
download | pkgsrc-b339e6254f00e0781754b97988a7b3ade538e16a.tar.gz |
Upgrade to 4.5.1.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index cae878338f7..8bd4c096faf 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1998/06/18 15:25:24 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/07/04 04:41:35 mycroft Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # -DISTNAME= fetchmail-4.3.9 +DISTNAME= fetchmail-4.5.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ -MAINTAINER= ve@sci.fi +MAINTAINER= mycroft@netbsd.org GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" @@ -14,7 +14,7 @@ CONFIGURE_ENV= LDFLAGS="${CFLAGS}" .include "../../mk/bsd.prefs.mk" .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) -CONFIGURE_ARGS += --with-kerberos=/usr +CONFIGURE_ARGS += --with-kerberos=yes .endif FDOC= ${PREFIX}/share/doc/fetchmail |