diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-04 23:32:05 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-04 23:32:05 +0000 |
commit | c62fe6ede74a3b6b98d2a9b697c3655fde25a2e5 (patch) | |
tree | c41dd90bffd374409e8f50819dea16e0cc867bf1 /math/R | |
parent | f032fc6eb0637eec0b097a0cb1136fee016e1e35 (diff) |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index b6f946e21540..4f1d7fbfc1e1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -40,6 +40,7 @@ PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" USE_LDCONFIG= yes .else # LIBRMATH_SLAVEPORT ALL_TARGET= all +INSTALL_TARGET = install CONFIGURE_ARGS = --enable-memory-profiling rdocdir=${DOCSDIR} \ --with-system-bzlib --with-system-zlib CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \ @@ -207,7 +208,8 @@ INFO= R-FAQ R-admin R-data R-exts R-intro R-lang .endif .if defined(WITH_DVI_MANUALS) && !defined(NOPORTDOCS) -BUILD_DEPENDS += texi2dvi:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS += texi2dvi:${PORTSDIR}/print/texinfo \ + tex:${PORTSDIR}/print/teTeX-base ALL_TARGET+= dvi INSTALL_TARGET+= install-dvi PLIST_SUB+= DVI_MANUAL="" |