diff options
author | mycroft <mycroft> | 1998-03-16 08:24:49 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 08:24:49 +0000 |
commit | 423b933af2a1c95a4a3e7fbb7e3c834561f9db2e (patch) | |
tree | 4b6782e33b11335de571b3c48c25f630c12ab2dc /mail/fetchmail/Makefile | |
parent | 03c9bb35c99190ce3328ac50cc1a124847b7e0fb (diff) | |
download | pkgsrc-423b933af2a1c95a4a3e7fbb7e3c834561f9db2e.tar.gz |
Make this compile with Kerberos.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 0f7f1b1e838..600eb936f1d 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $NetBSD: Makefile,v 1.3 1998/03/07 22:25:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/16 08:24:49 mycroft Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # @@ -18,7 +18,7 @@ CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) -CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV +CONFIGURE_ARGS += --with-kerberos=/usr .endif FDOC= ${PREFIX}/share/doc/fetchmail |