summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-05-10 10:30:14 +0000
committermycroft <mycroft@pkgsrc.org>1998-05-10 10:30:14 +0000
commit28600f6dab02c4e5af2750e8a221fe9d0ca1a667 (patch)
treef2cb345590a15c6162c99d73cdfe781a973c9887 /mail/fetchmail
parent6757c16ec7aafcd7cce4a971988f5bd957ec8841 (diff)
downloadpkgsrc-28600f6dab02c4e5af2750e8a221fe9d0ca1a667.tar.gz
Check for existance of mk.conf, first.
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 93f51e9b5ab..b8689acde4d 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/10 10:15:40 mycroft Exp $
+# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $
# $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp
#
@@ -12,7 +12,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
+.if exists(/etc/mk.conf)
.include </etc/mk.conf>
+.endif
.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
CONFIGURE_ARGS += --with-kerberos=/usr
.endif