mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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>
This commit is contained in:
parent
6281a0c07b
commit
58cedef901
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13100
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user