diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 15:09:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 15:09:25 +0000 |
commit | b0453f255f85905d31db18702af1df1174e66350 (patch) | |
tree | 887d17bebb0a9a2cd9e4e30e324ce06a7b15eec5 /math/rpy | |
parent | dc51df9a4760d25fb5eb7bb218b5ecc88ac95645 (diff) | |
download | ports-b0453f255f85905d31db18702af1df1174e66350.tar.gz ports-b0453f255f85905d31db18702af1df1174e66350.zip |
Notes
Diffstat (limited to 'math/rpy')
-rw-r--r-- | math/rpy/Makefile | 4 | ||||
-rw-r--r-- | math/rpy/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index d636d955081a..77c9d4bd52a7 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF @@ -23,7 +23,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" -BROKEN= Does not compile +#BROKEN= Does not compile post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c diff --git a/math/rpy/pkg-plist b/math/rpy/pkg-plist index 2654e251a09b..c4cafe7d9667 100644 --- a/math/rpy/pkg-plist +++ b/math/rpy/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2071.so +%%PYTHON_SITELIBDIR%%/_rpy2072.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo |