Date: Sat, 24 Feb 2018 14:51:12 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462833 - head/mail/neomutt Message-ID: <201802241451.w1OEpCYO006942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Feb 24 14:51:11 2018 New Revision: 462833 URL: https://svnweb.freebsd.org/changeset/ports/462833 Log: Fix build with DOCS off Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sat Feb 24 14:40:12 2018 (r462832) +++ head/mail/neomutt/Makefile Sat Feb 24 14:51:11 2018 (r462833) @@ -91,13 +91,9 @@ NCURSES_USES= ncurses DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ lynx:www/lynx - -.include <bsd.port.options.mk> - # Trick neomutt into building manpages and neomuttrc -.if empty(PORT_OPTIONS:MDOCS) -BINARY_ALIAS= xsltproc=true -.endif +DOCS_VARS_OFF= BINARY_ALIAS=xsltproc=true \ + BINARY_ALIAS+=xmlcatalog=true post-install: ${RM} ${STAGEDIR}${PREFIX}/etc/mime*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241451.w1OEpCYO006942>