diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:46:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:46:08 +0000 |
commit | 13df59d19863e10a87db8de5a3bf6badf6c5e0ed (patch) | |
tree | 006c462f9d01f4c81dca00a05e20b3e47a7f4f38 /math | |
parent | c5748e1d310ab7aedc8dcb9059df89620f4c65a0 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/linalg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/linalg/Makefile b/math/linalg/Makefile index 2c839957957c..2f5534e0b24e 100644 --- a/math/linalg/Makefile +++ b/math/linalg/Makefile @@ -17,6 +17,8 @@ ALL_TARGET= lib INSTALL_TARGET= lib USE_GMAKE= yes +BROKEN= "Tries to run eg++" + post-install: $(INSTALL_DATA) ${WRKSRC}/libla.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/LinAlg |