diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/simpack/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 81062fd..2e485c7 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -18,7 +18,7 @@ COMMENT= A Ruby extension library for GSL (GNU Scientific Library) LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl -BROKEN= Does not compile +BROKEN= "Does not compile; will be removed after Feb 2" USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 369f27d..b3d51f9 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -14,7 +14,7 @@ DISTFILES= SimPack3.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= SimPack & Sim++ libraries and tools for simulatiom modelling -BROKEN= "Does not install/compile" +BROKEN= "Does not install on 4.x, does not compile on 5.x; will be removed after Feb 2" BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 |