diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-10 01:25:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-10 01:25:08 +0000 |
commit | 4490e899d3188d9f5407e6fe8b5018e5de2800d8 (patch) | |
tree | d7ca06ffc9448a6d489a4c83043e2d5c71c5208c /mail | |
parent | Upgrade to beta-14 (diff) |
Enable optional KPOP support
PR: 4503
Reviewed by: Ville Eerola <ve@sci.fi>
Submitted by: Benjamin Greenwald <beng@lcs.mit.edu>
Notes
Notes:
svn path=/head/; revision=7839
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 5a6408d1e2e3..ef2fd3e7223e 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.39 1997/09/06 06:28:27 max Exp $ +# $Id: Makefile,v 1.40 1997/09/07 13:16:59 ache Exp $ # DISTNAME= fetchmail-4.1.6 @@ -17,6 +17,10 @@ CONFIGURE_ARGS+= --enable-OPIE CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 +.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) +CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV +.endif + FDOC= ${PREFIX}/share/doc/fetchmail post-patch: |