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 | 1fa263f38480b20d2756c263e6b2afdfe7effaf2 (patch) | |
tree | cbb9b06d28e28ab744a9e82c8297fcd335734d35 | |
parent | ce37d872781a8f651ad749bf6dd527386903998b (diff) | |
download | pkgsrc-1fa263f38480b20d2756c263e6b2afdfe7effaf2.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.
-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 |