summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-15 21:19:59 +0000
committercjep <cjep>2002-06-15 21:19:59 +0000
commit05450bf9f53e589022dfd3f31194f815ec620cd9 (patch)
tree7d99907ae17b786ff881cac93a85ef0580acf515 /mail
parent45560dc4d84746f6338c53e1bb13dc2d704b76e3 (diff)
downloadpkgsrc-05450bf9f53e589022dfd3f31194f815ec620cd9.tar.gz
Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile4
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/nmh/Makefile4
-rw-r--r--mail/qpopper/Makefile.common4
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index b4446aaf505..8bdc2f41fdb 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/12/06 09:50:13 martti Exp $
+# $NetBSD: Makefile,v 1.27 2002/06/15 21:20:01 cjep Exp $
DISTNAME= cyrus-imapd-2.0.16
PKGREVISION= 1
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --with-com_err=yes
.endif
.if defined(KERBEROS) && ${KERBEROS} == 4
-USE_KERBEROS= # defined
+PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --with-auth=krb
.else
CONFIGURE_ARGS+= --with-auth=unix
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4f04a66d538..725aaaf71a1 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2002/04/06 16:53:01 frueauf Exp $
+# $NetBSD: Makefile,v 1.114 2002/06/15 21:20:01 cjep Exp $
DISTNAME= fetchmail-5.9.11
CATEGORIES= mail
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ssl
BUILD_DEFS+= FETCHMAIL_USE_SSL
.if defined(KERBEROS)
-USE_KERBEROS= yes
+PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-kerberos=yes
.if ${MACHINE_PLATFORM:MNetBSD-1.[0-4]*-i386} == ""
REPLACE_KERBEROS_LIBS= # defined
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 2b4bbced29e..e7d6b5a6124 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2002/03/11 08:57:50 skrll Exp $
+# $NetBSD: Makefile,v 1.47 2002/06/15 21:20:01 cjep Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
.endif
.if defined(KERBEROS)
-USE_KERBEROS= # defined
+PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --with-krb4
.else
CONFIGURE_ARGS+= --without-krb4
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index 05c67f31f7b..7ea374a90d2 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2002/05/03 15:09:51 taca Exp $
+# $NetBSD: Makefile.common,v 1.6 2002/06/15 21:20:02 cjep Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -20,7 +20,7 @@ VERSION= 4.0.4
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_DIR}
.if defined(KERBEROS)
-USE_KERBEROS= # defined
+PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --enable-kerberos
.endif