use --without-api-docs to drop doxygen BDEP

This commit is contained in:
sthen
2025-12-28 15:14:45 +00:00
parent 2317a2ad07
commit 80e3717306
2 changed files with 6 additions and 5 deletions
+6 -4
View File
@@ -7,7 +7,9 @@ DISTNAME = notmuch-$V
PKGNAME-main = notmuch-${V}
PKGNAME-emacs = notmuch-emacs-${V}
PKGNAME-mutt = notmuch-mutt-${V}
REVISION = 0
REVISION-main = 1
REVISION-emacs = 0
REVISION-mutt = 0
SHARED_LIBS += notmuch 1.2
@@ -52,8 +54,7 @@ RUN_DEPENDS-mutt = devel/p5-Term-ReadLine-Gnu \
# this builds, though does not currently install, cffi-based Python
# bindings using its own Makefile rather than the standard ports
# Python build infra.
BUILD_DEPENDS = devel/doxygen \
devel/py-cffi \
BUILD_DEPENDS = devel/py-cffi \
devel/py-setuptools \
editors/emacs,gtk3 \
security/gnupg>=2.2.23p1 \
@@ -73,7 +74,8 @@ CONFIGURE_STYLE = simple
CONFIGURE_ARGS = --mandir=${PREFIX}/man \
--infodir=${PREFIX}/info \
--sysconfdir=${SYSCONFDIR} \
--bashcompletiondir=${PREFIX}/share/notmuch/bash_completion.d
--bashcompletiondir=${PREFIX}/share/notmuch/bash_completion.d \
--without-api-docs
CONFIGURE_ENV = PYTHON=${MODPY_BIN}
MAKE_FLAGS = V=1
-1
View File
@@ -40,7 +40,6 @@ include/notmuch.h
@man man/man1/notmuch-show.1
@man man/man1/notmuch-tag.1
@man man/man1/notmuch.1
@man man/man3/notmuch.3
@man man/man5/notmuch-hooks.5
@man man/man7/notmuch-properties.7
@man man/man7/notmuch-search-terms.7