diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 13:14:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 13:14:39 +0800 |
commit | c1df38abea047c076aae10ef630c765d0b694320 (patch) | |
tree | 76d246c8e0cc3f4ca15ddd007cd34bef8be4b09d /lang | |
parent | 2e8ec7dada03fd712ee8e053206da7216652af03 (diff) | |
download | freebsd-ports-gnome-c1df38abea047c076aae10ef630c765d0b694320.tar.gz freebsd-ports-gnome-c1df38abea047c076aae10ef630c765d0b694320.tar.zst freebsd-ports-gnome-c1df38abea047c076aae10ef630c765d0b694320.zip |
Anyone up for a little ocaml on their Alpha box?
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 8404bbd24cc2..cd60d62d8fc3 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.6 1999/03/27 22:15:53 asami Exp $ +# $Id: Makefile,v 1.7 1999/05/09 16:39:54 steve Exp $ # DISTNAME= ocaml-2.02 @@ -20,6 +20,10 @@ HAS_CONFIGURE= yes #USE_GMAKE= yes ALL_TARGET= world bootstrap opt ocamlc.opt ocamlopt.opt +.if ${MACHINE_ARCH} != "i386" +PLIST= ${PKGDIR}/PLIST.noprof +.endif + MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 \ ocamlc.opt.1 ocamlopt.opt.1 |