diff options
author | ache <ache@FreeBSD.org> | 1997-09-10 09:25:08 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-10 09:25:08 +0800 |
commit | 6fe340f63573668570c62c777e5ddac573f4a4a1 (patch) | |
tree | bdc7cb5ad32d42334f01455ee372d23ecea42e1f /mail | |
parent | 29984a2081642db0479635658bf19314da16afbf (diff) | |
download | freebsd-ports-gnome-6fe340f63573668570c62c777e5ddac573f4a4a1.tar.gz freebsd-ports-gnome-6fe340f63573668570c62c777e5ddac573f4a4a1.tar.zst freebsd-ports-gnome-6fe340f63573668570c62c777e5ddac573f4a4a1.zip |
Enable optional KPOP support
PR: 4503
Reviewed by: Ville Eerola <ve@sci.fi>
Submitted by: Benjamin Greenwald <beng@lcs.mit.edu>
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: |