diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-09 00:59:52 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-09 00:59:52 +0000 |
commit | 261a8aa32fff319c091e6a768c71078b8a7c1d91 (patch) | |
tree | 435614c86db190296773fee260039f63f362c546 /lang | |
parent | d35ead75abbfbdf29fd12c8074bfdc24fc9971a4 (diff) | |
download | ports-261a8aa32fff319c091e6a768c71078b8a7c1d91.tar.gz ports-261a8aa32fff319c091e6a768c71078b8a7c1d91.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/metaocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index c4371d1bfcb4..9f8cf952f43a 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -14,7 +14,7 @@ DISTNAME= MetaOCaml_308_alpha_027 MAINTAINER= mainland@apeiron.net COMMENT= The MetaOCaml compiler and programming environment -ONLY_FOR_ARCHS= i386 # feel free to test on other archs and send a PR +ONLY_FOR_ARCHS= i386 amd64 # feel free to test on other archs and send a PR USE_REINPLACE= yes REINPLACE_ARGS= -i "" |