diff options
author | rillig <rillig> | 2005-09-28 21:55:32 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 21:55:32 +0000 |
commit | e97107a757200e2cdaf63727be60a036aee02a98 (patch) | |
tree | 15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /mail/fetchmail | |
parent | 36023fc1ef1cb0a053860c4e752a4f0e3968c911 (diff) | |
download | pkgsrc-e97107a757200e2cdaf63727be60a036aee02a98.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/options.mk | 6 |
1 files changed, 3 insertions, 3 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 |