diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
commit | 81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch) | |
tree | 742a328cb0389824bd34ff86bbf3e7ae02e3125a /mail/fetchmail | |
parent | 5555d89b50c7710cb97fb22ca6af251e6404e404 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200775
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2dc072cf3894..963fe6362454 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -114,26 +114,12 @@ pre-configure: @${ECHO_CMD} "" -.if ${OSVERSION} >= 500000 .if defined(KRB5_HOME) @${ECHO_CMD} "Using Kerberos V support in ${KRB5_HOME}." .else @${ECHO_CMD} "Use KRB5_HOME=<directory> to enable Kerberos V support in <directory> (usually /usr)." .endif -.else -# FreeBSD 4 -.if defined(MAKE_KERBEROS4) -.if exists(/usr/lib/libkrb.a) - @${ECHO_CMD} "Enabling Kerberos IV support in /usr." -.else - @${ECHO_CMD} "Kerberos IV is not installed on your system." -.endif -.else - @${ECHO_CMD} "Use -DMAKE_KERBEROS4 to enable Kerberos IV support." -.endif -.endif - .if defined(WITH_GSSAPI) .if defined(KRB5_HOME) @${ECHO_CMD} "Enabling GSSAPI support in ${KRB5_HOME}." |