From 308a3e594ef1d3b8e6261d759c48ca9067c6fa6c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 20 Mar 1998 15:05:27 +0000 Subject: Clean up the KerberosIV workings --- mail/fetchmail/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index cf7f76cc87cd..b35395710160 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola # -# $Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp $ +# $Id: Makefile,v 1.56 1998/03/02 22:11:46 ache Exp $ # DISTNAME= fetchmail-4.3.8 @@ -17,8 +17,8 @@ CONFIGURE_ARGS= --enable-opie 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 +.if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) +CONFIGURE_ARGS += --with-kerberos=/usr/include .endif FDOC= ${PREFIX}/share/doc/fetchmail -- cgit v1.2.3