aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/Makefile
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2010-11-24 11:48:14 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2010-11-24 11:48:14 +0000
commitd6b31373b0b0fe2c369f8388db38c7d2d645468d (patch)
tree3786a7c650126f489bb69c77a3be1c4837ebcd29 /security/cyrus-sasl2/Makefile
parent9cb75246af65938419f988b0b48fdc41df3262ea (diff)
downloadports-d6b31373b0b0fe2c369f8388db38c7d2d645468d.tar.gz
ports-d6b31373b0b0fe2c369f8388db38c7d2d645468d.zip
Notes
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r--security/cyrus-sasl2/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 1852e3123977..ebdbd210b912 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cyrus-sasl
PORTVERSION= 2.1.23
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
@@ -52,7 +52,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--enable-static \
--enable-auth-sasldb \
--with-rc4=openssl \
- --with-saslauthd=${SASLAUTHD_RUNPATH}
+ --with-saslauthd=${SASLAUTHD_RUNPATH} \
+ --disable-krb4
OPTIONS= BDB "Use Berkeley DB" off \
MYSQL "Use MySQL" off \
@@ -137,7 +138,7 @@ CONFIGURE_ARGS+=--enable-login
.if defined(WITHOUT_PLAIN)
CONFIGURE_ARGS+=--disable-plain
-PLAIN= "@comment "
+PLAIN= "@comment "
.endif
.if defined(WITHOUT_OTP)
@@ -177,15 +178,6 @@ CONFIGURE_ARGS+=--disable-gssapi
GSSAPI= "@comment "
.endif
-# KERBEROS 4 was removed in FreeBSD 5.0-CURRENT
-.if defined(WITH_KERBEROS4)
-LIB_DEPENDS+= krb.2:${PORTSDIR}/security/krb4
-CONFIGURE_ARGS+=--enable-krb4=${LOCALBASE}/krb4
-.else
-CONFIGURE_ARGS+=--disable-krb4
-EBONES= "@comment "
-.endif
-
.if ${OPENSSLBASE} == /usr
CONFIGURE_ARGS+=--with-openssl=yes
.else