diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-03-20 15:05:27 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-03-20 15:05:27 +0000 |
commit | 308a3e594ef1d3b8e6261d759c48ca9067c6fa6c (patch) | |
tree | 1d6620e0137d1170ff13ffe2c7f1f80b7efde25c /mail | |
parent | 23e7ae098bc782ada737a6ced8685adccb975862 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <ve@sci.fi> # -# $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 |