diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:12:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:12:57 +0000 |
commit | 266aa180cd6f911898faa1a79babb395711cf45b (patch) | |
tree | 58dceabe07c276295c5bdabcecc2938939ccfd08 /math/kaskade/Makefile | |
parent | original package updated (0.84) (diff) |
I tried to fix this port but it still fails to build complaining about
an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it
broken for ELF for now.
Diffstat (limited to 'math/kaskade/Makefile')
-rw-r--r-- | math/kaskade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index dc536683c5b6..f3fcffd799d0 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.3 1997/11/26 23:10:55 jseger Exp $ +# $Id: Makefile,v 1.4 1998/08/05 09:30:45 asami Exp $ # DISTNAME= 3.1.1 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org +BROKEN_ELF= undefined reference to MAIN__ /usr/lib/libf2c.so + DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile |