summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-05-10 10:15:06 +0000
committermycroft <mycroft@pkgsrc.org>1998-05-10 10:15:06 +0000
commit6757c16ec7aafcd7cce4a971988f5bd957ec8841 (patch)
tree2efd77029ecbda229b397e36f9f4db1704df1c83 /mail
parent3059999c7146a6575a958a34d4d5f783e3d18b18 (diff)
downloadpkgsrc-6757c16ec7aafcd7cce4a971988f5bd957ec8841.tar.gz
We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index d2de289e068..93f51e9b5ab 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:31 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/05/10 10:15:40 mycroft Exp $
# $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp
#
@@ -12,6 +12,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
+.include </etc/mk.conf>
.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
CONFIGURE_ARGS += --with-kerberos=/usr
.endif