From 43d34be219cb0ba9208a2ed402dd573debc7b807 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 8 Oct 2007 19:42:52 +0000 Subject: Sync w/ FreeBSD ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9736 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 5 ++--- mail/evolution/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 36ffb5e0c..538146276 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.96 2007/09/03 22:48:52 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.97 2007/09/17 18:42:14 marcus Exp $ # PORTNAME= evolution-exchange @@ -43,8 +43,7 @@ GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas .include -.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ - exists(/usr/lib/libkrb5.so) +.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) CONFIGURE_ARGS+= --with-krb5=/usr .else LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0cd5d4c79..122b86fe4 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.149 2007/09/03 21:36:31 mezz Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.150 2007/09/17 18:24:31 marcus Exp $ # PORTNAME= evolution @@ -93,8 +93,7 @@ PLIST_SUB+= DBUS="" PLIST_SUB+= DBUS="@comment " .endif -.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ - exists(/usr/lib/libkrb5.so) +.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) CONFIGURE_ARGS+= --with-krb5=/usr .else LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -- cgit v1.2.3