diff options
author | bf <bf@FreeBSD.org> | 2011-08-05 07:32:05 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-08-05 07:32:05 +0800 |
commit | 643a855d7821a3a29dd9f8bbb4dd1207ed632444 (patch) | |
tree | 9ac36bcd8b5a16042404d24ea5e89dce3b3bfddb | |
parent | 4af59b3215162679fdfa01666929e59d8db9f79d (diff) | |
download | freebsd-ports-gnome-643a855d7821a3a29dd9f8bbb4dd1207ed632444.tar.gz freebsd-ports-gnome-643a855d7821a3a29dd9f8bbb4dd1207ed632444.tar.zst freebsd-ports-gnome-643a855d7821a3a29dd9f8bbb4dd1207ed632444.zip |
fix WITH_DVI_MANUALS
Reported by: Anton Shterenlikht, Benjamin Stier
-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="" |