diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-21 05:18:35 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-21 05:18:35 +0000 |
commit | 7a163fcc2e0499634b87d060b6150dac91ac0064 (patch) | |
tree | da244c47c1da1f24558a1730e2528dfdd3b717e8 /math/R/Makefile | |
parent | 87e120b745c5690939b1f1886a10eb43bcd60628 (diff) | |
download | ports-7a163fcc2e0499634b87d060b6150dac91ac0064.tar.gz ports-7a163fcc2e0499634b87d060b6150dac91ac0064.zip |
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d94bce0b794b..783d372ce6a7 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -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 |