summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2016-02-28 00:54:15 +0000
committerschmonz <schmonz>2016-02-28 00:54:15 +0000
commit457311cdf03df0e1dc828d56c28b4abf03b4e05d (patch)
treecbb9b06d28e28ab744a9e82c8297fcd335734d35 /mail
parentd893b63f3a3940076cc36cb6339279d833714269 (diff)
downloadpkgsrc-457311cdf03df0e1dc828d56c28b4abf03b4e05d.tar.gz
Ruby is isn't being buildlunk in, but on OS X the native Ruby is found
anyway, leading to build sadness. Add --without-ruby to CONFIGURE_ARGS to match the current intent.
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 2a9e500b21a..c97b5c79737 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/02/25 15:00:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2016/02/28 00:54:15 schmonz Exp $
DISTNAME= notmuch-0.21
CATEGORIES= mail
@@ -20,6 +20,7 @@ MAKE_FLAGS+= PYTHON=${PYTHONBIN}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+= --without-ruby
SUBST_CLASSES.SunOS+= gnuld
SUBST_STAGE.gnuld= pre-configure