summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-15 21:19:59 +0000
committercjep <cjep@pkgsrc.org>2002-06-15 21:19:59 +0000
commit64c9e8a407f30ababa7be4bdb08c71b511efae6e (patch)
tree7d99907ae17b786ff881cac93a85ef0580acf515 /mail/qpopper
parent4b3727b76680e13c0c8a9597d7cfc25abbd72788 (diff)
downloadpkgsrc-64c9e8a407f30ababa7be4bdb08c71b511efae6e.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/qpopper')
-rw-r--r--mail/qpopper/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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