summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-27 05:31:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-27 05:31:06 +0800
commitc4999fd188535abd43876063f21bd808368f6450 (patch)
tree8879962f65d238660a976a13254296bf42064c41
parent56c738fa7bd1609a1294981fa5b6e275726ac97e (diff)
downloadmarcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar.gz
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar.bz2
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar.lz
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar.xz
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.tar.zst
marcuscom-ports-c4999fd188535abd43876063f21bd808368f6450.zip
remove some useless commented out lines I used while fixing krb5 support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13309 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/evolution/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index d3bcbec85..235276b75 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/mail/evolution/Makefile,v 1.206 2009/12/26 20:29:16 kwm Exp $
#
PORTNAME= evolution
@@ -83,11 +83,6 @@ RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so)
CONFIGURE_ARGS+= --with-krb5=/usr
-# --with-krb5-includes=/usr/include \
-# --with-krb5-libs=/usr/lib
-# --with-krb5=PATH Location of Kerberos 5 install dir
-# --with-krb5-libs=PATH Location of Kerberos 5 libraries
-# --with-krb5-includes=PATH Location of Kerberos 5 headers
.else
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
.if defined(HEIMDAL_HOME)