summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-10-01 08:21:07 +0000
committerwiz <wiz@pkgsrc.org>2021-10-01 08:21:07 +0000
commitf015b677bda5cc64898531d8b851e4fc68733bf8 (patch)
tree4cc6dfed10212197fe7663d998bdfe8f48571b88 /mail
parentc9d24bdb6d94d5055c03cb0f4c0a0920c45efdac (diff)
downloadpkgsrc-f015b677bda5cc64898531d8b851e4fc68733bf8.tar.gz
notmuch: disable perl test dependency
If this is here, the build on NetBSD breaks with In file included from gmime-filter-reply.c:21: gmime-filter-reply.h:22:10: fatal error: gmime/gmime-filter.h: No such file or directory 22 | #include <gmime/gmime-filter.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. after Checking for available C compiler warning flags... -Wall -Wextra -Wwrite-strings -Wmissing-declarations ./configure: perl_absolute: parameter not set ./configure: perl_absolute: parameter not set Disable test target as well.
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 02f967c7055..62a71c2a9c6 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2021/09/30 13:18:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.72 2021/10/01 08:21:07 wiz Exp $
DISTNAME= notmuch-0.33.2
CATEGORIES= mail
@@ -12,10 +12,10 @@ LICENSE= gnu-gpl-v3
HAS_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= bash gmake makeinfo perl:test pkg-config
+USE_TOOLS+= bash gmake makeinfo pkg-config # perl:test
MAKE_FLAGS+= PYTHON=${PYTHONBIN}
INFO_FILES= yes
-TEST_TARGET= check
+#TEST_TARGET= check
PYTHON_FOR_BUILD_ONLY= tool