diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-13 07:55:03 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-13 07:55:03 +0000 |
commit | 63b0568bd2cf1ebba1f9417221918af3aad5c203 (patch) | |
tree | 37463d99ef120f0d9ff3eb69959e21d58ad2131c /math/R/Makefile | |
parent | 0e67aa3dca399c55734f0f3af36d0d763fed54ad (diff) | |
download | ports-63b0568bd2cf1ebba1f9417221918af3aad5c203.tar.gz ports-63b0568bd2cf1ebba1f9417221918af3aad5c203.zip |
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 045bd162fe5a..2c82dbe544be 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -7,7 +7,7 @@ # PORTNAME= R -PORTVERSION= 2.7.2 +PORTVERSION= 2.8.0 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -136,12 +136,12 @@ PLIST_SUB+= DVI_MANUAL="@comment " .endif .if defined(WITHOUT_PDF_MANUALS) && !defined(NOPORTDOCS) -PLIST_SUB+= PDF_MANUAL="@comment " +PLIST_SUB+= PDF_MANUAL="@comment " .else -PLIST_SUB+= PDF_MANUAL="" -BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base -ALL_TARGET+= pdf -INSTALL_TARGET+=install-pdf +PLIST_SUB+= PDF_MANUAL="" +BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base +ALL_TARGET+= pdf +INSTALL_TARGET+= install-pdf .endif .if defined(WITH_INFO_MANUALS) && !defined(NOPORTDOCS) |