diff options
author | kris <kris@FreeBSD.org> | 2000-04-30 05:46:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-30 05:46:08 +0800 |
commit | f3515c09c35093494b55554683b640e8b6c7495b (patch) | |
tree | 588a420889abfe37729ee9e2f5e679ab96a89988 /math | |
parent | e2b433e64d0f435b1b0729705db41950f059fe2e (diff) | |
download | freebsd-ports-gnome-f3515c09c35093494b55554683b640e8b6c7495b.tar.gz freebsd-ports-gnome-f3515c09c35093494b55554683b640e8b6c7495b.tar.zst freebsd-ports-gnome-f3515c09c35093494b55554683b640e8b6c7495b.zip |
Mark BROKEN: this port tries to run eg++
Noticed by: bento
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 |