diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 06:57:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 06:57:29 +0000 |
commit | d633be8bfd0bc1261b68a12a7c0c5ff1b303223f (patch) | |
tree | eae953643930e0f139cc94ee90cdab505c8ff963 /math | |
parent | BROKEN: Configure fails (diff) |
BROKEN: Does not compile
Diffstat (limited to 'math')
-rw-r--r-- | math/blitz++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 3625528d9446..f3b434b867b9 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -15,6 +15,8 @@ DISTNAME= blitz-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ class library for scientific computing +BROKEN= "Does not compile" + LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas USE_REINPLACE= yes |