summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 21:55:32 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 21:55:32 +0000
commit76d2a550ec23fb4a869427c1e14bb85389d0029e (patch)
tree15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /mail
parent2963949fa8943302481bc5ef0c8b50413c86a900 (diff)
downloadpkgsrc-76d2a550ec23fb4a869427c1e14bb85389d0029e.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/options.mk6
-rw-r--r--mail/qpopper/options.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk
index 66ff6085de1..c5b60a2b6e5 100644
--- a/mail/fetchmail/options.mk
+++ b/mail/fetchmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2005/05/30 18:06:37 frueauf Exp $
+# $NetBSD: options.mk,v 1.12 2005/09/28 21:55:32 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-gssapi=no
### KPOP (POP3 + Kerberos IV) support.
###
.if !empty(PKG_OPTIONS:Mkerberos4)
-PKG_USE_KERBEROS= # defined
+PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-kerberos=yes
. if empty(MACHINE_PLATFORM:MNetBSD-1.[0-4]*-i386)
REPLACE_KERBEROS_LIBS= yes
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-kerberos=no
###
.if !empty(PKG_OPTIONS:Mkerberos) || !empty(PKG_OPTIONS:Mgssapi)
. include "../../mk/krb5.buildlink3.mk"
-PKG_USE_KERBEROS= # defined
+PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
.else
CONFIGURE_ARGS+= --with-kerberos5=no
diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk
index d076fb95b39..f704f15a385 100644
--- a/mail/qpopper/options.mk
+++ b/mail/qpopper/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2005/06/01 21:14:28 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2005/09/28 21:55:32 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper
PKG_SUPPORTED_OPTIONS= drac inet6 kerberos pam qpopper-servermode ssl
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-pam
.endif
.if !empty(PKG_OPTIONS:Mkerberos)
-PKG_USE_KERBEROS= # defined
+PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --enable-kerberos
.endif