summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-03-20 15:05:27 +0000
committerMark Murray <markm@FreeBSD.org>1998-03-20 15:05:27 +0000
commit308a3e594ef1d3b8e6261d759c48ca9067c6fa6c (patch)
tree1d6620e0137d1170ff13ffe2c7f1f80b7efde25c /mail/fetchmail
parentfreetype support patch added. (diff)
Clean up the KerberosIV workings
Notes
Notes: svn path=/head/; revision=10239
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile6
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