summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
committerassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
commit55da32de67858dd68e54badc3323ada1928b4e0d (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /mail/qpopper
parent912af0eecffc40a808025dc4206a786152c6c9b5 (diff)
downloadpkgsrc-55da32de67858dd68e54badc3323ada1928b4e0d.tar.gz
turn KERBEROS into a binary switch
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 4f817de1386..314fd3239b9 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/02/17 18:25:03 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2001/03/04 03:26:51 assar Exp $
#
DISTNAME= qpopper3.1.2
@@ -21,6 +21,11 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \
.include "../../mk/bsd.prefs.mk"
+.if defined(KERBEROS)
+USE_KERBEROS= # defined
+CONFIGURE_ARGS+= --enable-kerberos
+.endif
+
BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6
.include "../../mk/bsd.prefs.mk"