summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:00:23 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:00:23 +0000
commitbb857d2aff88e7091adbd66c7e31cd3f692e1387 (patch)
tree088e04b635490f68eca91e1e7f011ca4aaa492f7 /mail/qpopper
parentf32d265e28922dd76fe0c6e90f6d08ffd48b86de (diff)
downloadpkgsrc-bb857d2aff88e7091adbd66c7e31cd3f692e1387.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index a8528f3ff5f..4a0f0769fe4 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1999/07/09 15:58:34 itojun Exp $
+# $NetBSD: Makefile,v 1.17 1999/08/18 09:01:49 agc Exp $
#
DISTNAME= qpopper2.53
@@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \
--sysconfdir=${PREFIX}/etc --enable-apop \
--with-apop=/etc/apop.auth --with-apopuid=root
+BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6
+
.include "../../mk/bsd.prefs.mk"
.if defined(QPOPPER_SERVERMODE)