diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | 847fff39451bfce3fc1971c4007073296f7221f2 (patch) | |
tree | 511f81ef4dac31ae22a43884c5fb3fc508ab3562 /math/R-project | |
parent | 3ddaf469382eaedeb2ac17057914ea4839e31db6 (diff) | |
download | FreeBSD-ports-847fff39451bfce3fc1971c4007073296f7221f2.zip FreeBSD-ports-847fff39451bfce3fc1971c4007073296f7221f2.tar.gz |
BROKEN on 5.1: does not compile
Diffstat (limited to 'math/R-project')
-rw-r--r-- | math/R-project/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile index 1b5a604..c550cf5 100644 --- a/math/R-project/Makefile +++ b/math/R-project/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> |