aboutsummaryrefslogtreecommitdiff
path: root/math/rpy/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-15 20:57:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-15 20:57:23 +0000
commitb3b1ccaa5c79ea599417f149aedf1ba0ce8680a6 (patch)
tree1847bce50626d0fa54dd81e5ae81260937ae3308 /math/rpy/Makefile
parenta7fa142aed31e60b679c8a8e900aa53f88472746 (diff)
downloadports-b3b1ccaa5c79ea599417f149aedf1ba0ce8680a6.tar.gz
ports-b3b1ccaa5c79ea599417f149aedf1ba0ce8680a6.zip
Notes
Diffstat (limited to 'math/rpy/Makefile')
-rw-r--r--math/rpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile
index e82c0566289d..1b80517b4eb9 100644
--- a/math/rpy/Makefile
+++ b/math/rpy/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>