aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpy2
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-03 18:03:40 +0800
committermiwi <miwi@FreeBSD.org>2008-08-03 18:03:40 +0800
commit933dfb522214062f64b2fc5b958de8677af98839 (patch)
tree8eaf984e83cafadb454f6d527c72c0ab81719dd4 /math/rpy2
parentbfc1766eda9b3c766d4cea5c8a20727aaa5e0d7e (diff)
downloadfreebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.tar.gz
freebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.tar.zst
freebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.zip
- Mark BROKEN Does not compile
Submitted by: maintainer Reported by erwinbot
Diffstat (limited to 'math/rpy2')
-rw-r--r--math/rpy2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
index e34647edbfe6..8108e5b3a9c9 100644
--- a/math/rpy2/Makefile
+++ b/math/rpy2/Makefile
@@ -23,6 +23,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib"
+BROKEN= Does not compile
+
post-patch:
@${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c