diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /lang | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | freebsd-ports-graphics-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz freebsd-ports-graphics-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.zst freebsd-ports-graphics-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip |
A few more USE_XLIBs.
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 26bc0680a45..67d65c48db6 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 |