summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-11-29 14:22:27 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-11-29 14:22:27 +0000
commit85e360c113f363d469204e10fa067bc2dcfb4baf (patch)
tree031475db985398b25ddf9c9d37d816f37e7a6c7d /mail/fetchmail
parentUpgrade, 4.3.2 -> 4.3.3. (diff)
People who want KerberosIV support might have MAKE_KERBEROS4 defined
instead of MAKE_EBONES nowadays.
Notes
Notes: svn path=/head/; revision=8897
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index a6e804c75833..71423214ef82 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.50 1997/10/28 04:40:39 asami Exp $
+# $Id: Makefile,v 1.51 1997/11/29 14:17:10 max Exp $
#
DISTNAME= fetchmail-4.3.3
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --enable-opie
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
-.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
+.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV
.endif