diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:45:15 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:45:15 +0000 |
commit | 6b0b0266164896129b853b6035376154a26e164d (patch) | |
tree | ea565b09d162eb1f1af258a8983a42da180f75f3 /lang | |
parent | 79f4c719dd85f24cb1eb34fac28b87524d03e484 (diff) | |
download | ports-6b0b0266164896129b853b6035376154a26e164d.tar.gz ports-6b0b0266164896129b853b6035376154a26e164d.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/caml-light/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index fbf4fe3baaec..94d58abc12cc 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.1.1.1 1998/07/28 06:25:41 jkoshy Exp $ +# $Id: Makefile,v 1.2 1998/09/07 02:50:09 jkoshy Exp $ # DISTNAME= cl74unix @@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ MAINTAINER= jkoshy@freebsd.org +BROKEN_ELF= cp: bignum/libbignum.a: No such file or directory + WRKSRC= ${WRKDIR}/cl74 ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1 |