diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 06:58:41 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 06:58:41 +0800 |
commit | f74871ebf183e576b5256f5b067fad82553e3807 (patch) | |
tree | 9074d1a3db69ca03ab1ea68d5dafe860aab7db25 /math/rpy | |
parent | 1b0102e92cb84a12d24f9111924b75203bcd15d6 (diff) | |
download | freebsd-ports-gnome-f74871ebf183e576b5256f5b067fad82553e3807.tar.gz freebsd-ports-gnome-f74871ebf183e576b5256f5b067fad82553e3807.tar.zst freebsd-ports-gnome-f74871ebf183e576b5256f5b067fad82553e3807.zip |
- Rename math/R-letter to math/R-project.
- Remove math/R-a4 slave port. A4 format is now default. If you need letter
or other paper formats, define PAPERSIZE when building the port.
Note that renaming to math/R was declined by marcus (portmgr) because
we're not sure if single-letter port name break something.
Requested by: maintainer
Repocopy by: marcus
Diffstat (limited to 'math/rpy')
-rw-r--r-- | math/rpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 269723e0d864..ee354a0908bb 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to the R Programming Language BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \ - R:${PORTSDIR}/math/R-letter + R:${PORTSDIR}/math/R-project RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes |