1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

prevent some of the older base system texinfo utilities from being

used with others from print/texinfo; mark the non-default option
WITH_PDF_MANUALS broken (reported by A. Shterenlikht)
This commit is contained in:
Brendan Fabeny 2012-05-21 05:18:35 +00:00
parent 87e120b745
commit 7a163fcc2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297082

View File

@ -210,9 +210,13 @@ INFO= R-FAQ R-admin R-data R-exts R-intro R-lang
.endif
.if defined(WITH_PDF_MANUALS) && !defined(NOPORTDOCS)
BROKEN = WITH_PDF_MANUALS cannot be used, because print/texinfo is\
incompatible with print/teTeX-base
BUILD_DEPENDS += pdftex:${PORTSDIR}/print/teTeX-base \
texi2dvi:${PORTSDIR}/print/texinfo
ALL_TARGET+= pdf
CONFIGURE_ENV += INSTALL_INFO="${LOCALBASE}/bin/install-info" \
MAKEINFO="${LOCALBASE}/bin/makeinfo"
INSTALL_TARGET+= install-pdf
PLIST_SUB+= PDF_MANUAL=""
.else