diff options
Diffstat (limited to 'mail/notmuch/Makefile')
-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 6eb33992673e..88232f1a868f 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,5 +1,5 @@ PORTNAME= notmuch -DISTVERSION= 0.36 +DISTVERSION= 0.37 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -64,6 +64,7 @@ OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_USES= perl5 DOXYGEN_CONFIGURE_WITH= api-docs MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx MANPAGES_CONFIGURE_WITH= docs |