summaryrefslogtreecommitdiff
path: root/mail/qpopper
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/qpopper
parent2963949fa8943302481bc5ef0c8b50413c86a900 (diff)
downloadpkgsrc-76d2a550ec23fb4a869427c1e14bb85389d0029e.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/options.mk4
1 files changed, 2 insertions, 2 deletions
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