summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron>1999-09-03 22:00:52 +0000
committertron <tron>1999-09-03 22:00:52 +0000
commit6b9004e9040cd81d5bd60606b33b10f6cbcec0e5 (patch)
tree26bf200091d87b3629bde9a752928611eea97ae5 /mail/fetchmail
parent2dd948ab1ff1be7df0fb959d0191fb2823f93e35 (diff)
downloadpkgsrc-6b9004e9040cd81d5bd60606b33b10f6cbcec0e5.tar.gz
Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 5f59f06adbc..f87133a3e1e 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 1999/08/22 20:20:57 frueauf Exp $
+# $NetBSD: Makefile,v 1.52 1999/09/03 22:00:52 tron Exp $
#
DISTNAME= fetchmail-5.0.7
@@ -23,7 +23,7 @@ BUILD_DEFS+= USE_KERBEROS4 USE_INET6
CONFIGURE_ARGS+=--with-kerberos=yes
RESTRICTED= uses Kerberos encryption code
.endif
-.if defined(USE_INET6)
+.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+=--enable-inet6
.endif