diff options
author | markm <markm@FreeBSD.org> | 1998-03-20 23:05:27 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-03-20 23:05:27 +0800 |
commit | a4bf10a4d39e917a49f2a7c9304ec1178c44906f (patch) | |
tree | 9c7d03fff6d4d6203be70559d9dc004602c5f849 /mail/fetchmail/Makefile | |
parent | 0084a2432929395fe53f36b4b1ffea9572849a76 (diff) | |
download | freebsd-ports-gnome-a4bf10a4d39e917a49f2a7c9304ec1178c44906f.tar.gz freebsd-ports-gnome-a4bf10a4d39e917a49f2a7c9304ec1178c44906f.tar.zst freebsd-ports-gnome-a4bf10a4d39e917a49f2a7c9304ec1178c44906f.zip |
Clean up the KerberosIV workings
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index cf7f76cc87cd..b35395710160 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.55 1998/01/29 17:13:07 ache Exp $ +# $Id: Makefile,v 1.56 1998/03/02 22:11:46 ache Exp $ # DISTNAME= fetchmail-4.3.8 @@ -17,8 +17,8 @@ CONFIGURE_ARGS= --enable-opie CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 -.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) -CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV +.if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) +CONFIGURE_ARGS += --with-kerberos=/usr/include .endif FDOC= ${PREFIX}/share/doc/fetchmail |