From 58cedef901e03706d2aab5fd829555caba63c20c Mon Sep 17 00:00:00 2001 From: John Fieber Date: Sun, 13 Sep 1998 21:31:51 +0000 Subject: 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 --- mail/fetchmail/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') 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 # -# $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: -- cgit v1.2.3