summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1998-09-13 21:31:51 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1998-09-13 21:31:51 +0000
commit58cedef901e03706d2aab5fd829555caba63c20c (patch)
tree6908ba30619b2cd900a10e3769369396de5870b3 /mail
parentProperly find Motif includes and libs. (diff)
The fetchmail config script will automagically use Kerberos V5 if found.
This patch helps it find Kerberos V5 if you installed the port in a non-standard place. Reviewed by: Ville Eerola <Ville.Eerola@sci.fi>
Notes
Notes: svn path=/head/; revision=13100
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 056a38e8a7e2..300c6de24d77 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.65 1998/07/20 03:39:29 steve Exp $
+# $Id: Makefile,v 1.66 1998/08/17 00:11:27 steve Exp $
#
# NOTE: The fetchmailconf program (an interactive program for
# writing .fetchmailrc files) requires Python, found in the Ports
@@ -26,6 +26,10 @@ MAN1= fetchmail.1
CONFIGURE_ARGS += --with-kerberos=/usr/include
.endif
+.if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libkrb5.a)
+CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME}
+.endif
+
FDOC= ${PREFIX}/share/doc/fetchmail
post-patch: