diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
commit | bb857d2aff88e7091adbd66c7e31cd3f692e1387 (patch) | |
tree | 088e04b635490f68eca91e1e7f011ca4aaa492f7 /mail | |
parent | f32d265e28922dd76fe0c6e90f6d08ffd48b86de (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
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) |