diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-30 08:17:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-30 08:17:36 +0000 |
commit | 044586a996558612227d57c59e79aca3db99dd69 (patch) | |
tree | 6f43e34c83beed441a689f4dd844137f08bc6e50 /math/rpy2/Makefile | |
parent | ab3f17e5d5cb67f8f8db896c232d7d42835688d3 (diff) | |
download | ports-044586a996558612227d57c59e79aca3db99dd69.tar.gz ports-044586a996558612227d57c59e79aca3db99dd69.zip |
math/R-project port was renamed to math/R
PR: ports/65809
Submitted by: pav
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=108006
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r-- | math/rpy2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index ee354a0908bb..e82c0566289d 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/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-project + R:${PORTSDIR}/math/R RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes |