diff options
author | schmonz <schmonz@pkgsrc.org> | 2016-02-28 00:54:15 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2016-02-28 00:54:15 +0000 |
commit | f1cb20cfd7a5ae0e59d37e85e2579f7d944af012 (patch) | |
tree | cbb9b06d28e28ab744a9e82c8297fcd335734d35 /mail | |
parent | 52a07ada22c7ba6100f66c2ec23b47b725096b2d (diff) | |
download | pkgsrc-f1cb20cfd7a5ae0e59d37e85e2579f7d944af012.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/Makefile | 3 |
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 |