diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /lang | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) | |
download | ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.tar.gz ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 26bc0680a45d..67d65c48db69 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.2 1997/11/18 12:31:08 tg Exp $ +# $Id: Makefile,v 1.3 1998/02/21 15:46:28 steve Exp $ # DISTNAME= ocaml-1.07 @@ -14,6 +14,7 @@ DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES} MAINTAINER= kiri@kiri.toba-cmt.ac.jp +USE_XLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= world bootstrap opt |