summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2014-05-19 11:03:04 +0000
committersborrill <sborrill@pkgsrc.org>2014-05-19 11:03:04 +0000
commit831e96e00067c4633e9595b68531ee9eedd4b694 (patch)
tree0353e68555622d60ad602301c9a8069f1db626c3 /mail
parent37ede24bf9a5be0e9ac25c8e32dc4554eb7a92a9 (diff)
downloadpkgsrc-831e96e00067c4633e9595b68531ee9eedd4b694.tar.gz
Remove (bogus) dependency on bash
Diffstat (limited to 'mail')
-rw-r--r--mail/dnsbl-milter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dnsbl-milter/Makefile b/mail/dnsbl-milter/Makefile
index 19a35d86ac9..38f8bec904a 100644
--- a/mail/dnsbl-milter/Makefile
+++ b/mail/dnsbl-milter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/13 15:31:40 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2014/05/19 11:03:04 sborrill Exp $
#
VERSION= 6.40
@@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR?= dnsbl-milter
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/${PKG_SYSCONFSUBDIR}
+CONFIGURE_ARGS+= ac_cv_path_BASH=${SH}
USE_LANGUAGES= c c++