diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 19:48:21 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 19:48:21 +0800 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /math/R | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) | |
download | freebsd-ports-gnome-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.gz freebsd-ports-gnome-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.zst freebsd-ports-gnome-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 1b5a604292b7..c550cf5e469c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -28,6 +28,12 @@ COMMENT= A language for statistical computing and graphics LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GNU_CONFIGURE= yes USE_XLIB= yes USE_PERL5= yes @@ -48,4 +54,4 @@ test check: build fullcheck: build @(cd ${WRKSRC}; make fullcheck) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |