diff options
Diffstat (limited to 'math/rpy2')
-rw-r--r-- | math/rpy2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 4609945a88d4..9187a6958776 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 2.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= CHEESESHOP @@ -17,9 +17,9 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${PYNUMPY} \ R:math/R -USES= python readline -USE_GCC= yes +USES= fortran python readline USE_PYTHON= distutils autoplist +LDFLAGS+= -Wl,--as-needed pre-configure: @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ |