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:
parent
87e120b745
commit
7a163fcc2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297082
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user