summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:24:08 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:24:08 +0000
commit0b7af58b917dddc6b032b67839535374b8264b49 (patch)
tree1686fec01e909f6cab705332cd47000d8be501db /mail/fetchmail
parentd4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (diff)
downloadpkgsrc-0b7af58b917dddc6b032b67839535374b8264b49.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index fb12b791817..8f822c30c85 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 1999/08/17 23:54:18 tron Exp $
+# $NetBSD: Makefile,v 1.50 1999/08/18 09:24:08 agc Exp $
#
DISTNAME= fetchmail-5.0.6
@@ -15,6 +15,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
+BUILD_DEFS+= USE_KERBEROS4 USE_INET6
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_KERBEROS4)