diff options
author | pav <pav@FreeBSD.org> | 2004-10-15 20:57:23 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-15 20:57:23 +0000 |
commit | 78853f97bc10e8d66ced469fd9f0ea6be812c172 (patch) | |
tree | 053ce67a81455ae7989fc77cbb8ccba56363e439 /math/rpy2/Makefile | |
parent | 78db86d0c81db83f22d82bfb13e9fde65394d879 (diff) | |
download | FreeBSD-ports-78853f97bc10e8d66ced469fd9f0ea6be812c172.zip FreeBSD-ports-78853f97bc10e8d66ced469fd9f0ea6be812c172.tar.gz |
- Update to 0.3.5
- Fix build against R 2.0
Reported by: pointyhat via kris
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r-- | math/rpy2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index e82c056..1b80517 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rpy -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules" +MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" .include <bsd.port.mk> |