mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
use --without-api-docs to drop doxygen BDEP
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user