From 76d2a550ec23fb4a869427c1e14bb85389d0029e Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 21:55:32 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- mail/fetchmail/options.mk | 6 +++--- mail/qpopper/options.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3